From 38fb98a99068cbc7a00d904df8f4a044c7e2652b Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 24 Oct 2006 00:07:39 +0000 Subject: style(9) pedantry --- usr.sbin/config/config.y | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.sbin/config/config.y') diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y index 714dbe1..444fe58 100644 --- a/usr.sbin/config/config.y +++ b/usr.sbin/config/config.y @@ -186,16 +186,16 @@ Config_spec: = { profiling = $2; } | ENV ID = { - env = $2; - envmode = 1; + env = $2; + envmode = 1; } | HINTS ID = { - if (hints != NULL) - errx(1, "More than one 'hints' line at %s:%d", - yyfile, yyline); - hints = $2; - hintmode = 1; + if (hints != NULL) + errx(1, "More than one 'hints' line at %s:%d", yyfile, + yyline); + hints = $2; + hintmode = 1; } System_spec: -- cgit v1.1