clang-tidy: readability-isolate-declaration
[geeqie.git] / src / bar-sort.cc
index 11c8f00..4489951 100644 (file)
@@ -637,7 +637,8 @@ static GtkWidget *bar_sort_new(LayoutWindow *lw, SortActionType action,
        GtkWidget *label;
        GtkWidget *tbar;
        GtkWidget *combo;
-       GList *editors_list, *work;
+       GList *editors_list;
+       GList *work;
        gboolean have_filter;
        GtkWidget *button;