summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
parent3c38cd7d842a1b9e7ef8f4f409f162bad86d1acb (diff)
downloadnuttx-e94c449aa58daaf3109e4b54f2d542c1cf2191e7.tar.gz
nuttx-e94c449aa58daaf3109e4b54f2d542c1cf2191e7.tar.bz2
nuttx-e94c449aa58daaf3109e4b54f2d542c1cf2191e7.zip
tools/astyle.sh: Formatting tool based on logic from Lorenz Meier
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fa6fdd153..c603f0013 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7044,4 +7044,6 @@
the task that started in (other than knowing it as the parent). This
allows me to remove so kludge logic to "deparent" the pthread on
startup (2014-3-25).
+ * tools/astyle.sh: A code formatting tool from Lorenz Meier. This
+ tool should do a better job than the old tools/indent.sh tool.