summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-03 00:28:41 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-03 00:28:41 +0200
commitdfd6477076dfd2ac35d264849150da14f9d0f476 (patch)
treefb3cb92a19e7563dcb879d62cc94ff82eecc49e6 /nuttx/tools
parent481b6ed5a808ac5b6a466c96b77b0827433267c8 (diff)
parent77bb79ef7fb645911c7c0731061d4b469cfe3005 (diff)
downloadpx4-nuttx-dfd6477076dfd2ac35d264849150da14f9d0f476.tar.gz
px4-nuttx-dfd6477076dfd2ac35d264849150da14f9d0f476.tar.bz2
px4-nuttx-dfd6477076dfd2ac35d264849150da14f9d0f476.zip
Merge branch 'master' of http://git.code.sf.net/p/nuttx/git
Diffstat (limited to 'nuttx/tools')
-rwxr-xr-xnuttx/tools/indent.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/tools/indent.sh b/nuttx/tools/indent.sh
index 739b791bd..4ebae9652 100755
--- a/nuttx/tools/indent.sh
+++ b/nuttx/tools/indent.sh
@@ -41,6 +41,7 @@
# - I usually align things vertically (like '=' in assignments),
# - indent puts a bogus blank line at the top of the file,
# - I don't like the way it handles nested conditional compilation intermixed with code.
+# - I also indent brackets differently on structures than does not script.
#
# Constants