gst-play: fix indentation
authorTim-Philipp Müller <tim@centricular.com>
Sat, 28 Feb 2015 11:37:27 +0000 (11:37 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 28 Feb 2015 11:37:27 +0000 (11:37 +0000)
Prevent gst-indent from messing up indentation, it
really doesn't like the G_GNUC_PRINTF thing here.

tools/gst-play.c

index 6dacede..a314371 100644 (file)
@@ -79,7 +79,10 @@ static void play_about_to_finish (GstElement * playbin, gpointer user_data);
 static void play_reset (GstPlay * play);
 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
 
-G_GNUC_PRINTF (1, 2)
+/* *INDENT-OFF* */
+static void gst_play_printf (const gchar * format, ...) G_GNUC_PRINTF (1, 2);
+/* *INDENT-ON* */
+
 static void
 gst_play_printf (const gchar * format, ...)
 {