Fix style-check for {gconvert,gutils,gobject}.c

Also take this chance to change a 'Glib' to 'GLib'.
This commit is contained in:
Arnaud Rebillout
2023-05-10 10:34:28 +07:00
parent f722f11e57
commit d6e57943ea
3 changed files with 3 additions and 5 deletions

View File

@@ -136,7 +136,6 @@
* ]|
*/
/* --- macros --- */
#define PARAM_SPEC_PARAM_ID(pspec) ((pspec)->param_id)
#define PARAM_SPEC_SET_PARAM_ID(pspec, id) ((pspec)->param_id = (id))