[GRASS-SVN] r34606 - grass/trunk/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 28 18:00:34 EST 2008


Author: glynn
Date: 2008-11-28 18:00:34 -0500 (Fri, 28 Nov 2008)
New Revision: 34606

Modified:
   grass/trunk/tools/grass_indent.sh
Log:
Add -npro switch (don't read .indent.pro files)


Modified: grass/trunk/tools/grass_indent.sh
===================================================================
--- grass/trunk/tools/grass_indent.sh	2008-11-28 22:32:59 UTC (rev 34605)
+++ grass/trunk/tools/grass_indent.sh	2008-11-28 23:00:34 UTC (rev 34606)
@@ -6,7 +6,7 @@
  echo "No files specified (give file name(s) as parameter)"
  exit 1
 else
- indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \
+ indent -npro -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \
       -nbbo -nbc -nbfda -nbfde -ncdb -ncdw -nce -nfca -npcs -nprs \
       -npsl -nsc -nsob -saf -sai -saw -sbi0 -ss -ts8 -ut "$@"
 



More information about the grass-commit mailing list