Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user