[Github-comments] [geany/geany] ui-utils: Load per-version GTK+ CSS file (#994)

Matthew Brush notifications at xxxxx
Wed Apr 13 23:33:50 UTC 2016


>  	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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160413/836c2d9e/attachment.html>


More information about the Github-comments mailing list