Skip to content
Snippets Groups Projects
Commit 63d25971 authored by patacongo's avatar patacongo
Browse files

comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2581 42af7a65-404d-4744-a932-0658087f49c3
parent 54f11598
No related branches found
No related tags found
No related merge requests found
......@@ -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 <spudmonkey@racsa.co.cr>
#
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment