Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2010 09:24:24 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206175 - head/share/examples/indent
Message-ID:  <201004050924.o359OOuZ086005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004050924.o359OOuZ086005>