Format code correctly

This commit is contained in:
Michael Vetter
2021-10-05 10:01:27 +02:00
parent 7e8cf4a3d6
commit f21595597f
28 changed files with 97 additions and 97 deletions

View File

@@ -119,7 +119,7 @@ files_get_log_file(const char* const log_file)
GString* logfile;
if (log_file) {
gchar *log_path = g_path_get_dirname(log_file);
gchar* log_path = g_path_get_dirname(log_file);
if (!mkdir_recursive(log_path)) {
log_error("Error while creating directory %s", log_path);
}