mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
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:
parent
1b75f8e5b1
commit
7bfcaf3709
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
if (clip == NULL) {
|
if (clip == NULL) {
|
||||||
g_printerr ("%s can not be used, make sure it is a supported media file",
|
g_printerr ("%s can not be used, make sure it is a supported media file",
|
||||||
argv[1]);
|
argv[1]);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue