Skip to content

Re-indent code with GNU indent 2.2.12

Tim-Philipp Müller requested to merge tpm/gstreamer:indent-update into main

.. and update CI image from debian oldoldstable.

It's been many many years, so we should probably just bite the bullet and do this, as it does cause papercuts and annoyances, and is not that intrusive in the end.

My main concern is how it affects patch backporting into the stable branch, and rebasing existing MRs, but I think the friction should be fairly small in practice.

Most changes are the arrays which were wrongly indented anyway and looked ugly, and those are not touched a lot.

The rest is the !! <-> ! ! changes which are the most frequent/annoying ones, but those are like one or two per file, and cherry-pick/rebase conflicts will be trivial to fix up I think.

(I don't think I want to backport this into 1.22)

Merge request reports