mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
gst-indent: Add --leave-preprocessor-space for indent 2.2.11
It was previously broken, which is why we never needed it. This keeps backward compatibility with indent <= 2.2.11
This commit is contained in:
parent
c4a4f2dad2
commit
5f3d98f29f
1 changed files with 1 additions and 0 deletions
|
@ -36,4 +36,5 @@ $INDENT \
|
|||
--honour-newlines \
|
||||
--tab-size8 \
|
||||
--indent-level2 \
|
||||
--leave-preprocessor-space \
|
||||
$*
|
||||
|
|
Loading…
Reference in a new issue