am a40636f3: am 5abe06bf: am 6e34793b: Merge "Fix code style, put unused in the end"

* commit 'a40636f33fe4f2dbd99e58c98609445ecf5870b8':
  Fix code style, put unused in the end
This commit is contained in:
Kristian Monsen 2014-01-28 22:33:22 +00:00 committed by Android Git Automerger
commit da0d5bd147
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ int __android_log_dev_available(void)
return (g_log_status == kLogAvailable);
}
static int __write_to_log_null(UNUSED log_id_t log_fd, UNUSED struct iovec *vec,
UNUSED size_t nr)
static int __write_to_log_null(log_id_t log_fd UNUSED, struct iovec *vec UNUSED,
size_t nr UNUSED)
{
return -1;
}