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

Unified Diff: fusl/include/sys/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/include/sys/ipc.h
diff --git a/fusl/include/sys/ipc.h b/fusl/include/sys/ipc.h
index c5a39819c5e700b8c08e448cb0e4fa22389378d3..7c439fb5571b567baa93bde6ba240a0aca963e7d 100644
--- a/fusl/include/sys/ipc.h
+++ b/fusl/include/sys/ipc.h
@@ -23,18 +23,18 @@ extern "C" {
#include <bits/ipc.h>
-#define IPC_CREAT 01000
-#define IPC_EXCL 02000
+#define IPC_CREAT 01000
+#define IPC_EXCL 02000
#define IPC_NOWAIT 04000
#define IPC_RMID 0
-#define IPC_SET 1
+#define IPC_SET 1
#define IPC_STAT 2
#define IPC_INFO 3
-#define IPC_PRIVATE ((key_t) 0)
+#define IPC_PRIVATE ((key_t)0)
-key_t ftok (const char *, int);
+key_t ftok(const char*, int);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698