diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-11-21 20:28:39 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-11-21 20:28:39 +0000 |
commit | 52cf92e0e7a77c5cd25488e09dc4a6b76b6bc61c (patch) | |
tree | 401d8fabdc1768f91ea4b4a8e001e72ef47911be /usr.sbin/hoststated | |
parent | 87b816799b817d1ee87d68c2650e2f9ba477f88b (diff) |
spacing
Diffstat (limited to 'usr.sbin/hoststated')
-rw-r--r-- | usr.sbin/hoststated/hoststated.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/hoststated/hoststated.h b/usr.sbin/hoststated/hoststated.h index be6f8ca80ce..338d4612300 100644 --- a/usr.sbin/hoststated/hoststated.h +++ b/usr.sbin/hoststated/hoststated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.h,v 1.79 2007/11/21 20:13:20 reyk Exp $ */ +/* $OpenBSD: hoststated.h,v 1.80 2007/11/21 20:28:38 reyk Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -440,11 +440,11 @@ enum nodetype { NODE_TYPE_PATH = 3 }; -#define PNFLAG_MACRO 0x01 -#define PNFLAG_MARK 0x02 -#define PNFLAG_LOG 0x04 -#define PNFLAG_LOOKUP_QUERY 0x08 -#define PNFLAG_LOOKUP_COOKIE 0x10 +#define PNFLAG_MACRO 0x01 +#define PNFLAG_MARK 0x02 +#define PNFLAG_LOG 0x04 +#define PNFLAG_LOOKUP_QUERY 0x08 +#define PNFLAG_LOOKUP_COOKIE 0x10 enum noderesult { PN_DROP = 0, |