diff --git a/include/iso646.h b/include/iso646.h index e397fe61a0c0..d38bf4be6a2e 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_ */