* commit 'da0d5bd147dfd87280b1924abfc3650d5306448d': Fix code style, put unused in the end
This commit is contained in:
commit
f6b714ba61
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue