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:
Edward Hervey 2010-03-29 08:43:05 +02:00
parent c4a4f2dad2
commit 5f3d98f29f

View file

@ -36,4 +36,5 @@ $INDENT \
--honour-newlines \
--tab-size8 \
--indent-level2 \
--leave-preprocessor-space \
$*