From 281fc41a2f029657fa079c05f51c47d62deb5acd Mon Sep 17 00:00:00 2001 From: benno Date: Tue, 4 Jul 2017 21:04:14 +0000 Subject: [PATCH] Fix some variable alignment whitespace. From Rob Pierce --- usr.sbin/ifstated/ifstated.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/ifstated/ifstated.h b/usr.sbin/ifstated/ifstated.h index 24c9e3c94fd..c74fa315a0b 100644 --- a/usr.sbin/ifstated/ifstated.h +++ b/usr.sbin/ifstated/ifstated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ifstated.h,v 1.15 2017/07/02 15:28:26 benno Exp $ */ +/* $OpenBSD: ifstated.h,v 1.16 2017/07/04 21:04:14 benno Exp $ */ /* * Copyright (c) 2004 Ryan McBride @@ -92,9 +92,9 @@ struct ifsd_expression { } u; int depth; u_int32_t type; -#define IFSD_OPER_AND 1 -#define IFSD_OPER_OR 2 -#define IFSD_OPER_NOT 3 +#define IFSD_OPER_AND 1 +#define IFSD_OPER_OR 2 +#define IFSD_OPER_NOT 3 #define IFSD_OPER_EXTERNAL 4 #define IFSD_OPER_IFSTATE 5 u_int8_t truth; -- 2.20.1