svn commit: r206175 - head/share/examples/indent

Andriy Gapon avg at FreeBSD.org
Mon Apr 5 09:24:24 UTC 2010


Author: avg
Date: Mon Apr  5 09:24:24 2010
New Revision: 206175
URL: http://svn.freebsd.org/changeset/base/206175

Log:
  indent.pro example: correctly place -ta option
  
  The options are sorted, leading 'n' (for 'off') should be ignored.
  
  Pointed out by:	bde
  MFC after:	7 days

Modified:
  head/share/examples/indent/indent.pro

Modified: head/share/examples/indent/indent.pro
==============================================================================
--- head/share/examples/indent/indent.pro	Mon Apr  5 06:23:31 2010	(r206174)
+++ head/share/examples/indent/indent.pro	Mon Apr  5 09:24:24 2010	(r206175)
@@ -15,5 +15,4 @@
 -TSLIST_HEAD
 -TSLIST_ENTRY
 -bad -bap -nbbb -nbc -br -nbs -c41 -cd41 -cdb -ce -ci4 -cli0 -d0 -di8 -ndj
--ei -nfc1 -nfcb -i8 -ip8 -l79 -lc77 -ldi0 -nlp -npcs -psl -sc -nsob -nv
--ta
+-ei -nfc1 -nfcb -i8 -ip8 -l79 -lc77 -ldi0 -nlp -npcs -psl -sc -nsob -ta -nv


More information about the svn-src-all mailing list