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

Unified Diff: fusl/include/sys/swap.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/swap.h
diff --git a/fusl/include/sys/swap.h b/fusl/include/sys/swap.h
index 11c0f9296179d328e6e74fabc7f4cf1b47ea4355..7529227b5812b556bc79a0e11addc0697f3ac64e 100644
--- a/fusl/include/sys/swap.h
+++ b/fusl/include/sys/swap.h
@@ -5,14 +5,13 @@
extern "C" {
#endif
+#define SWAP_FLAG_PREFER 0x8000
+#define SWAP_FLAG_PRIO_MASK 0x7fff
+#define SWAP_FLAG_PRIO_SHIFT 0
+#define SWAP_FLAG_DISCARD 0x10000
-#define SWAP_FLAG_PREFER 0x8000
-#define SWAP_FLAG_PRIO_MASK 0x7fff
-#define SWAP_FLAG_PRIO_SHIFT 0
-#define SWAP_FLAG_DISCARD 0x10000
-
-int swapon (const char *, int);
-int swapoff (const char *);
+int swapon(const char*, int);
+int swapoff(const char*);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698