summaryrefslogtreecommitdiffstats
path: root/include/iso646.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-09-18 22:23:59 +0000
committermike <mike@FreeBSD.org>2002-09-18 22:23:59 +0000
commitb2e82fa6e39f2ba4027e51b342831f2262fa9a5a (patch)
tree94cbd1cfe77392deaaf84182d6c315bc72adbd97 /include/iso646.h
parenteaacaad4984c4f32c60d838eb6a4b6b3ea6d8993 (diff)
downloadFreeBSD-src-b2e82fa6e39f2ba4027e51b342831f2262fa9a5a.zip
FreeBSD-src-b2e82fa6e39f2ba4027e51b342831f2262fa9a5a.tar.gz
style(9): tab after #define.
Diffstat (limited to 'include/iso646.h')
-rw-r--r--include/iso646.h24
1 files changed, 12 insertions, 12 deletions
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_ */
OpenPOWER on IntegriCloud