Starting brace for a function should start on the next line. --- plugins/messages-tracker.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/plugins/messages-tracker.c b/plugins/messages-tracker.c index 8f9b30a..9c60f2c 100644 --- a/plugins/messages-tracker.c +++ b/plugins/messages-tracker.c @@ -237,7 +237,8 @@ int messages_set_folder(void *s, const char *name, gboolean cdup) return 0; } -static gboolean async_get_folder_listing(void *s) { +static gboolean async_get_folder_listing(void *s) +{ struct session *session = s; gboolean count = FALSE; int folder_count = 0; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html