From f3e6cb015c0394d93f067719a366d4d369e37053 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 10 Apr 2010 21:56:40 +0000 Subject: [PATCH] comments git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2581 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/tools/indent.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nuttx/tools/indent.sh b/nuttx/tools/indent.sh index bbdf29b30..8168a1807 100755 --- a/nuttx/tools/indent.sh +++ b/nuttx/tools/indent.sh @@ -2,7 +2,7 @@ ############################################################################ # tools/indent.sh # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2010 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,6 +39,8 @@ # # - I normally put the traiing */ of a multi-line comment on a separate line, # - 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. # # Constants