projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a4f2d
)
gst-indent: Add --leave-preprocessor-space for indent 2.2.11
author
Edward Hervey
<bilboed@bilboed.com>
Mon, 29 Mar 2010 06:43:05 +0000
(08:43 +0200)
committer
Edward 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
patch
|
blob
|
history
diff --git
a/tools/gst-indent
b/tools/gst-indent
index b3cff4793cbcc9592c0183f5a7487543df6ff769..9309ed38b52a7958ced56aafe73ab807332644a3 100755
(executable)
--- a/
tools/gst-indent
+++ b/
tools/gst-indent
@@
-36,4
+36,5
@@
$INDENT \
--honour-newlines \
--tab-size8 \
--indent-level2 \
+ --leave-preprocessor-space \
$*