svn commit: r311141 - head/usr.bin/indent

Piotr Pawel Stefaniak pstef at FreeBSD.org
Mon Jan 2 20:49:26 UTC 2017


Author: pstef
Date: Mon Jan  2 20:49:24 2017
New Revision: 311141
URL: https://svnweb.freebsd.org/changeset/base/311141

Log:
  indent(1): add a piece missed in r311138.

Modified:
  head/usr.bin/indent/args.c

Modified: head/usr.bin/indent/args.c
==============================================================================
--- head/usr.bin/indent/args.c	Mon Jan  2 20:29:50 2017	(r311140)
+++ head/usr.bin/indent/args.c	Mon Jan  2 20:49:24 2017	(r311141)
@@ -96,6 +96,7 @@ struct pro {
 
     {"T", PRO_SPECIAL, 0, KEY, 0},
     {"U", PRO_SPECIAL, 0, KEY_FILE, 0},
+    {"P", PRO_SPECIAL, 0, IGN, 0},
     {"bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation},
     {"badp", PRO_BOOL, false, ON, &blanklines_after_declarations_at_proctop},
     {"bad", PRO_BOOL, false, ON, &blanklines_after_declarations},


More information about the svn-src-head mailing list