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