Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 03:10:26 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309524 - head/usr.bin/indent
Message-ID:  <201612040310.uB43AQw7064896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sun Dec  4 03:10:25 2016
New Revision: 309524
URL: https://svnweb.freebsd.org/changeset/base/309524

Log:
  indent(1): remove unneeded comma.
  
  It is not a good practice to start a newline with a comma anyways.
  
  Discussed with:	 bjk
  Differential Revision:	https://reviews.freebsd.org/D8690

Modified:
  head/usr.bin/indent/indent.1

Modified: head/usr.bin/indent/indent.1
==============================================================================
--- head/usr.bin/indent/indent.1	Sun Dec  4 02:58:13 2016	(r309523)
+++ head/usr.bin/indent/indent.1	Sun Dec  4 03:10:25 2016	(r309524)
@@ -148,7 +148,7 @@ Default:
 .It Fl badp , nbadp
 This is vaguely similar to
 .Fl bad
-, except that it only applies to the first set of declarations
+except that it only applies to the first set of declarations
 in a procedure (just after the first `{') and it causes a blank
 line to be generated even if there are no declarations.
 The default is



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