summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-11-21 20:31:04 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-11-21 20:31:04 +0000
commitffe92c33912140e7bcdb30e19b77c5ec1399c5b0 (patch)
treefe6a6f4f3cd296b4f1c19e7edfb826cee29c362a /usr.sbin/hoststated
parent52cf92e0e7a77c5cd25488e09dc4a6b76b6bc61c (diff)
spacing
Diffstat (limited to 'usr.sbin/hoststated')
-rw-r--r--usr.sbin/hoststated/parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/hoststated/parse.y b/usr.sbin/hoststated/parse.y
index 9f14563acb3..f8e0829996f 100644
--- a/usr.sbin/hoststated/parse.y
+++ b/usr.sbin/hoststated/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.91 2007/11/21 20:24:28 reyk Exp $ */
+/* $OpenBSD: parse.y,v 1.92 2007/11/21 20:31:03 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -960,8 +960,8 @@ nodetype : HEADER {
node.type = NODE_TYPE_COOKIE;
}
| PATH {
- proto->flags |= F_LOOKUP_PATH;
- node.type = NODE_TYPE_PATH;
+ proto->flags |= F_LOOKUP_PATH;
+ node.type = NODE_TYPE_PATH;
}
;