summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
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