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

Unified Diff: fusl/src/ipc/ipc.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/src/ipc/ipc.h
diff --git a/fusl/src/ipc/ipc.h b/fusl/src/ipc/ipc.h
index 30ab939ad6b9a2c4e4c9ebca7ec8cf3c6fc3cc38..874e58a91c6a2f37876a90139b2ab88bdb3595d0 100644
--- a/fusl/src/ipc/ipc.h
+++ b/fusl/src/ipc/ipc.h
@@ -1,12 +1,12 @@
-#define IPCOP_semop 1
-#define IPCOP_semget 2
-#define IPCOP_semctl 3
+#define IPCOP_semop 1
+#define IPCOP_semget 2
+#define IPCOP_semctl 3
#define IPCOP_semtimedop 4
-#define IPCOP_msgsnd 11
-#define IPCOP_msgrcv 12
-#define IPCOP_msgget 13
-#define IPCOP_msgctl 14
-#define IPCOP_shmat 21
-#define IPCOP_shmdt 22
-#define IPCOP_shmget 23
-#define IPCOP_shmctl 24
+#define IPCOP_msgsnd 11
+#define IPCOP_msgrcv 12
+#define IPCOP_msgget 13
+#define IPCOP_msgctl 14
+#define IPCOP_shmat 21
+#define IPCOP_shmdt 22
+#define IPCOP_shmget 23
+#define IPCOP_shmctl 24

Powered by Google App Engine
This is Rietveld 408576698