mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 19:06:38 +02:00
girepository: Fix indentation
This commit is contained in:
@@ -663,7 +663,7 @@ static const char *
|
|||||||
register_internal (GIRepository *repository,
|
register_internal (GIRepository *repository,
|
||||||
const char *source,
|
const char *source,
|
||||||
gboolean lazy,
|
gboolean lazy,
|
||||||
GITypelib *typelib,
|
GITypelib *typelib,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
Header *header;
|
Header *header;
|
||||||
@@ -2043,11 +2043,11 @@ require_internal (GIRepository *repository,
|
|||||||
* Since: 2.80
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
GITypelib *
|
GITypelib *
|
||||||
gi_repository_require (GIRepository *repository,
|
gi_repository_require (GIRepository *repository,
|
||||||
const char *namespace,
|
const char *namespace,
|
||||||
const char *version,
|
const char *version,
|
||||||
GIRepositoryLoadFlags flags,
|
GIRepositoryLoadFlags flags,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
GITypelib *typelib;
|
GITypelib *typelib;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user