summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-01 17:25:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-01 17:25:16 -0600
commitb81b86e1f8c8a4aa0e3d85df8148152268f74260 (patch)
treea58d724c28a1d1631c16625d87d1c3f5ff278606 /nuttx/tools
parent51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4 (diff)
downloadpx4-nuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.tar.gz
px4-nuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.tar.bz2
px4-nuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.zip
Updates to README files
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