gst: disable indent for parse_goption_arg
authorAaron Boxer <aaron.boxer@collabora.com>
Sun, 11 Aug 2019 18:20:42 +0000 (14:20 -0400)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Wed, 24 Mar 2021 21:14:22 +0000 (21:14 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/236>

gst/gst.c

index 9bf59b6..7a26d87 100644 (file)
--- 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: