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

@@ -40,7 +40,7 @@
#include <pthread.h>
#include <glib.h>
void prof_run(char *log_level, char *account_name, char *config_file, char *log_file, char *theme_name);
void prof_run(char* log_level, char* account_name, char* config_file, char* log_file, char* theme_name);
void prof_set_quit(void);
extern pthread_mutex_t lock;