summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-10-24 00:07:39 +0000
committerimp <imp@FreeBSD.org>2006-10-24 00:07:39 +0000
commit38fb98a99068cbc7a00d904df8f4a044c7e2652b (patch)
tree3f8d9a1a6328de481542908e47282774f6a98f90 /usr.sbin/config
parentf4f64df7ffac74a20b81485d903f1915b833b7e1 (diff)
downloadFreeBSD-src-38fb98a99068cbc7a00d904df8f4a044c7e2652b.zip
FreeBSD-src-38fb98a99068cbc7a00d904df8f4a044c7e2652b.tar.gz
style(9) pedantry
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/config.y14
1 files changed, 7 insertions, 7 deletions
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:
OpenPOWER on IntegriCloud