Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: fusl/include/iso646.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fusl/include/iso646.h
diff --git a/fusl/include/iso646.h b/fusl/include/iso646.h
index 88ff53d7b8130e40666acba0b6fa42d9ecb41108..559a8567011604160afe3a773da580922ba1f407 100644
--- a/fusl/include/iso646.h
+++ b/fusl/include/iso646.h
@@ -3,16 +3,16 @@
#ifndef __cplusplus
-#define and &&
+#define and&&
#define and_eq &=
-#define bitand &
-#define bitor |
-#define compl ~
-#define not !
+#define bitand&
+#define bitor |
+#define compl~
+#define not!
#define not_eq !=
-#define or ||
-#define or_eq |=
-#define xor ^
+#define or ||
+#define or_eq |=
+#define xor ^
#define xor_eq ^=
#endif

Powered by Google App Engine
This is Rietveld 408576698