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
This commit is contained in:
Jordan Petridis 2018-11-28 05:48:37 +02:00
parent 1b75f8e5b1
commit 7bfcaf3709
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -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;
}