In src/ui_utils.c:
> GtkCssProvider *css = gtk_css_provider_new(); > GError *error = NULL; > > + for ( i = 0 ; i < G_N_ELEMENTS(css_files) && css_files[i].version > gtk_version ; ++i ) > + {}
Not a huge deal, but this for
loop and the above inline struct/variable don't match Geany's coding style. No spaces inside parens or before ;
, braces on newlines, etc).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub