From 7bfcaf37099ac095635086fed7e73654ff6be725 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 28 Nov 2018 05:48:37 +0200 Subject: [PATCH] Run gst-indent through the files This is required before we enabled an indent test in the CI. https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/33 --- examples/c/play_timeline_with_one_clip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/c/play_timeline_with_one_clip.c b/examples/c/play_timeline_with_one_clip.c index 745def4257..cfb8481ab1 100644 --- a/examples/c/play_timeline_with_one_clip.c +++ b/examples/c/play_timeline_with_one_clip.c @@ -27,7 +27,7 @@ main (int argc, char **argv) if (clip == NULL) { g_printerr ("%s can not be used, make sure it is a supported media file", - argv[1]); + argv[1]); return 1; }