Apply coding style

This commit is contained in:
Michael Vetter
2020-07-07 14:18:57 +02:00
parent 95015cec56
commit a2726b6a7d
213 changed files with 19064 additions and 17062 deletions

View File

@@ -38,9 +38,9 @@
#include <glib.h>
gboolean conf_string_list_add(GKeyFile *keyfile, const char *const group, const char *const key,
const char *const item);
gboolean conf_string_list_remove(GKeyFile *keyfile, const char *const group, const char *const key,
const char *const item);
gboolean conf_string_list_add(GKeyFile* keyfile, const char* const group, const char* const key,
const char* const item);
gboolean conf_string_list_remove(GKeyFile* keyfile, const char* const group, const char* const key,
const char* const item);
#endif