Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ddca5ad authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Fix code style, put unused in the end

Change-Id: I7315b35049924d5067203a432584b8f29e5a1391
parent d2acdd82
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -80,8 +80,8 @@ int __android_log_dev_available(void)
    return (g_log_status == kLogAvailable);
    return (g_log_status == kLogAvailable);
}
}


static int __write_to_log_null(UNUSED log_id_t log_fd, UNUSED struct iovec *vec,
static int __write_to_log_null(log_id_t log_fd UNUSED, struct iovec *vec UNUSED,
        UNUSED size_t nr)
        size_t nr UNUSED)
{
{
    return -1;
    return -1;
}
}