mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
gst: disable indent for parse_goption_arg
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/236>
This commit is contained in:
parent
178c7d2732
commit
2e0a21c9c2
1 changed files with 2 additions and 0 deletions
|
@ -1046,6 +1046,7 @@ parse_one_option (gint opt, const gchar * arg, GError ** err)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* *INDENT-OFF* */
|
||||||
static gboolean
|
static gboolean
|
||||||
parse_goption_arg (const gchar * opt,
|
parse_goption_arg (const gchar * opt,
|
||||||
const gchar * arg, gpointer data, GError ** err)
|
const gchar * arg, gpointer data, GError ** err)
|
||||||
|
@ -1088,6 +1089,7 @@ parse_goption_arg (const gchar * opt,
|
||||||
return parse_one_option (val, arg, err);
|
return parse_one_option (val, arg, err);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_deinit:
|
* gst_deinit:
|
||||||
|
|
Loading…
Reference in a new issue