mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
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:
parent
35bd289be3
commit
a257fcf366
1 changed files with 4 additions and 1 deletions
|
@ -79,7 +79,10 @@ static void play_about_to_finish (GstElement * playbin, gpointer user_data);
|
||||||
static void play_reset (GstPlay * play);
|
static void play_reset (GstPlay * play);
|
||||||
static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
|
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
|
static void
|
||||||
gst_play_printf (const gchar * format, ...)
|
gst_play_printf (const gchar * format, ...)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue