From: benno Date: Tue, 4 Jul 2017 21:04:14 +0000 (+0000) Subject: Fix some variable alignment whitespace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=281fc41a2f029657fa079c05f51c47d62deb5acd;p=openbsd Fix some variable alignment whitespace. From Rob Pierce --- 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;