From 5f3d98f29fe9c58c00f7aaaac3fcdd365830d85d Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 29 Mar 2010 08:43:05 +0200 Subject: [PATCH] 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 --- tools/gst-indent | 1 + 1 file changed, 1 insertion(+) 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 \ $* -- 2.7.4