From: Edward Hervey Date: Mon, 29 Mar 2010 06:43:05 +0000 (+0200) Subject: gst-indent: Add --leave-preprocessor-space for indent 2.2.11 X-Git-Tag: RELEASE-0.10.29~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f3d98f29fe9c58c00f7aaaac3fcdd365830d85d;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/tools/gst-indent b/tools/gst-indent index b3cff47..9309ed3 100755 --- a/tools/gst-indent +++ b/tools/gst-indent @@ -36,4 +36,5 @@ $INDENT \ --honour-newlines \ --tab-size8 \ --indent-level2 \ + --leave-preprocessor-space \ $*