From 47d3a627d6a404c413e6f4870d6bac16978e0465 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Jun 2013 17:25:16 -0600 Subject: [PATCH] Updates to README files --- tools/indent.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/indent.sh b/tools/indent.sh index 739b791bdc..4ebae9652f 100755 --- a/tools/indent.sh +++ b/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