mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
girepository: Various indentation cleanups
Various random syntax cleanups found while refactoring
This commit is contained in:
@@ -61,7 +61,7 @@ gi_base_info_find_vfunc (GIRealInfo *rinfo,
|
||||
|
||||
if (strcmp (name, fname) == 0)
|
||||
return (GIVFuncInfo *) gi_info_new (GI_INFO_TYPE_VFUNC, (GIBaseInfo*) rinfo,
|
||||
rinfo->typelib, offset);
|
||||
rinfo->typelib, offset);
|
||||
|
||||
offset += header->vfunc_blob_size;
|
||||
}
|
||||
|
Reference in New Issue
Block a user