gst-play: fix indentation

Prevent gst-indent from messing up indentation, it
really doesn't like the G_GNUC_PRINTF thing here.
This commit is contained in:
Tim-Philipp Müller 2015-02-28 11:37:27 +00:00
parent 35bd289be3
commit a257fcf366

View 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, ...)
{