girepository: Various indentation cleanups

Various random syntax cleanups found while refactoring
This commit is contained in:
Marco Trevisan (Treviño)
2024-01-16 02:34:02 +01:00
parent b68857e707
commit a201cbd719
4 changed files with 209 additions and 209 deletions

View File

@@ -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;
}