gst-indent: Add --leave-preprocessor-space for indent 2.2.11
authorEdward Hervey <bilboed@bilboed.com>
Mon, 29 Mar 2010 06:43:05 +0000 (08:43 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 3 Apr 2010 18:51:17 +0000 (20:51 +0200)
It was previously broken, which is why we never needed it. This keeps backward
compatibility with indent <= 2.2.11

tools/gst-indent

index b3cff47..9309ed3 100755 (executable)
@@ -36,4 +36,5 @@ $INDENT \
   --honour-newlines \
   --tab-size8 \
   --indent-level2 \
+  --leave-preprocessor-space \
   $*