From bde60d7544f498af94f4f8bce4b669f693ea226c Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 4 Dec 2016 03:10:25 +0000 Subject: [PATCH] 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 --- usr.bin/indent/indent.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 1521bd2a29c..8196a4bfe73 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -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