From 9fb880095ddea518f4b7f9e07189158bd081e212 Mon Sep 17 00:00:00 2001 From: Divya Yadav Date: Fri, 6 Jan 2012 15:37:28 +0530 Subject: [PATCH] obexd: messages-tracker: Fix coding style Starting brace for a function should start on the next line. --- obexd/plugins/messages-tracker.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/obexd/plugins/messages-tracker.c b/obexd/plugins/messages-tracker.c index 8f9b30ade..9c60f2cb6 100644 --- a/obexd/plugins/messages-tracker.c +++ b/obexd/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; -- 2.47.3