summaryrefslogtreecommitdiff
path: root/nuttx/tools/indent.sh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-26 08:50:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-26 08:50:48 -0600
commite94c449aa58daaf3109e4b54f2d542c1cf2191e7 (patch)
tree735a0b35db6449a4c47d8cb9c6e604b2f521ad00 /nuttx/tools/indent.sh
parent3c38cd7d842a1b9e7ef8f4f409f162bad86d1acb (diff)
downloadpx4-nuttx-e94c449aa58daaf3109e4b54f2d542c1cf2191e7.tar.gz
px4-nuttx-e94c449aa58daaf3109e4b54f2d542c1cf2191e7.tar.bz2
px4-nuttx-e94c449aa58daaf3109e4b54f2d542c1cf2191e7.zip
tools/astyle.sh: Formatting tool based on logic from Lorenz Meier
Diffstat (limited to 'nuttx/tools/indent.sh')
-rwxr-xr-xnuttx/tools/indent.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/indent.sh b/nuttx/tools/indent.sh
index 4ebae9652..866430e7e 100755
--- a/nuttx/tools/indent.sh
+++ b/nuttx/tools/indent.sh
@@ -41,7 +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.
+# - I also indent brackets differently on structures than does this script.
#
# Constants