From 9ed5cf16a4a0f982f0fae170740ee2886f634a14 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 23 Feb 2019 18:31:02 +0100 Subject: Coding style: remove Java-style function definition Remove a few cases of void fun() { ... } While touching these functions, fix a few other whitespace coding style violations. Signed-off-by: Berthold Stoeger --- smtk-import/smartrak.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'smtk-import') diff --git a/smtk-import/smartrak.c b/smtk-import/smartrak.c index 67bf1fd6e..31c7e4dc3 100644 --- a/smtk-import/smartrak.c +++ b/smtk-import/smartrak.c @@ -645,7 +645,8 @@ static struct types_list *smtk_index_list(MdbHandle *mdb, char *table_name, char * Buddy table format: * | Idx | Text (nickname) | Name | Firstname | Middlename | Title | Picture | Phone | ... */ -static void smtk_build_buddies(MdbHandle *mdb, char *array[]) { +static void smtk_build_buddies(MdbHandle *mdb, char *array[]) +{ MdbTableDef *table; MdbColumn *col[MDB_MAX_COLS]; char *bound_values[MDB_MAX_COLS], *fullname = NULL, *str = NULL; -- cgit v1.2.3-70-g09d2