From e94c449aa58daaf3109e4b54f2d542c1cf2191e7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 26 Mar 2014 08:50:48 -0600 Subject: tools/astyle.sh: Formatting tool based on logic from Lorenz Meier --- nuttx/tools/indent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/tools/indent.sh') 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 -- cgit v1.2.3