> 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](https://github.com/geany/geany/blob/1.27.0/HACKING#L228). 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:
https://github.com/geany/geany/pull/994/files/e21492da5b01387cd7a928acecf77007d2b914bc#r59644002