diff --git a/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py b/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py index 1ba5ded50e..f73b584bff 100755 --- a/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py +++ b/subprojects/gst-plugins-bad/scripts/update-orc-dist-files.py @@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c" # copy generated files from build dir into source dir shutil.copyfile(gen_header, dist_h) shutil.copyfile(gen_source, dist_c) - -# run gst-indent on the .c files -subprocess.run(['gst-indent-1.0', dist_c]) diff --git a/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py b/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py index 1ba5ded50e..f73b584bff 100755 --- a/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py +++ b/subprojects/gst-plugins-base/scripts/update-orc-dist-files.py @@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c" # copy generated files from build dir into source dir shutil.copyfile(gen_header, dist_h) shutil.copyfile(gen_source, dist_c) - -# run gst-indent on the .c files -subprocess.run(['gst-indent-1.0', dist_c]) diff --git a/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py b/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py index 1ba5ded50e..f73b584bff 100755 --- a/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py +++ b/subprojects/gst-plugins-good/scripts/update-orc-dist-files.py @@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c" # copy generated files from build dir into source dir shutil.copyfile(gen_header, dist_h) shutil.copyfile(gen_source, dist_c) - -# run gst-indent on the .c files -subprocess.run(['gst-indent-1.0', dist_c])