Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-08-11 21:20:42 +0300
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2021-03-25 00:14:22 +0300
commit2e0a21c9c209ce0549434bdb97862f993c887fa7 (patch)
tree1c49a59ab945ff5eec18412a2c2b7840ed961479
parent178c7d27326cd1370deedebedb42cbcc5f979e0e (diff)
gst: disable indent for parse_goption_arg
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/236>
-rw-r--r--gst/gst.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gst.c b/gst/gst.c
index 9bf59b618b..7a26d87683 100644
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -1046,6 +1046,7 @@ parse_one_option (gint opt, const gchar * arg, GError ** err)
return TRUE;
}
+/* *INDENT-OFF* */
static gboolean
parse_goption_arg (const gchar * opt,
const gchar * arg, gpointer data, GError ** err)
@@ -1088,6 +1089,7 @@ parse_goption_arg (const gchar * opt,
return parse_one_option (val, arg, err);
}
#endif
+/* *INDENT-ON* */
/**
* gst_deinit: