From 5da416e00dc2e9e4018d48eaf6f388fd569a1741 Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Mon, 10 May 2004 13:07:18 +0000 Subject: [PATCH] Remove unneeded empty line to silence mdoc(7) warnings. --- share/man/man9/style.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 92bd6fee3d..4a8c2839cb 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -44,7 +44,7 @@ is silent on an issue. * * @(#)style 1.14 (Berkeley) 4/28/95 * $FreeBSD: src/share/man/man9/style.9,v 1.32.2.19 2002/04/14 19:28:03 asmodai Exp $ - * $DragonFly: src/share/man/man9/style.9,v 1.10 2004/03/28 09:10:03 cpressey Exp $ + * $DragonFly: src/share/man/man9/style.9,v 1.11 2004/05/10 13:07:18 hmp Exp $ */ /* @@ -440,7 +440,6 @@ complex or confusing sequences, for example if any part of a conditional is multi-line, use braces for all parts of the conditional, and use braces around multi-line substatements of loops or conditionals even if they are theoretically one statement from the compiler's point of view. - .Bd -literal if (test) stmt; -- 2.41.0