mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
glib-compile-resources: Add suggested braces
... around empty body in an 'else' statement
This commit is contained in:
parent
611b079e3d
commit
578b42a2f2
@ -780,7 +780,7 @@ main (int argc, char **argv)
|
||||
else if (extension_in_set (target, "h", "hh", "hpp", "hxx", "h++", NULL))
|
||||
generate_header = TRUE;
|
||||
else if (extension_in_set (target, "gresource", NULL))
|
||||
;
|
||||
{ }
|
||||
}
|
||||
|
||||
files = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify)file_data_free);
|
||||
|
Loading…
Reference in New Issue
Block a user