From b2e82fa6e39f2ba4027e51b342831f2262fa9a5a Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 18 Sep 2002 22:23:59 +0000 Subject: style(9): tab after #define. --- include/iso646.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'include/iso646.h') diff --git a/include/iso646.h b/include/iso646.h index e397fe6..d38bf4b 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -27,18 +27,18 @@ */ #ifndef _ISO646_H_ -#define _ISO646_H_ +#define _ISO646_H_ -#define and && -#define and_eq &= -#define bitand & -#define bitor | -#define compl ~ -#define not ! -#define not_eq != -#define or || -#define or_eq |= -#define xor ^ -#define xor_eq ^= +#define and && +#define and_eq &= +#define bitand & +#define bitor | +#define compl ~ +#define not ! +#define not_eq != +#define or || +#define or_eq |= +#define xor ^ +#define xor_eq ^= #endif /* !_ISO646_H_ */ -- cgit v1.1