clang-tidy: readability-isolate-declaration
[geeqie.git] / src / main.cc
index 9553a61..85bc458 100644 (file)
@@ -889,7 +889,8 @@ static void gq_accel_map_print(
 {
        GString *gstring = g_string_new(changed ? nullptr : "; ");
        auto ssi = static_cast<SecureSaveInfo *>(data);
-       gchar *tmp, *name;
+       gchar *tmp;
+       gchar *name;
 
        g_string_append(gstring, "(gtk_accel_path \"");