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

Unified Diff: fusl/include/features.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/features.h
diff --git a/fusl/include/features.h b/fusl/include/features.h
index 3cc3e57933e1ae67c295e70d6108bb1b86b11f8f..1ea7d74e2249a8c18b34dcfa5faaa0408685360f 100644
--- a/fusl/include/features.h
+++ b/fusl/include/features.h
@@ -9,9 +9,9 @@
#define _BSD_SOURCE 1
#endif
-#if !defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE) \
- && !defined(_XOPEN_SOURCE) && !defined(_GNU_SOURCE) \
- && !defined(_BSD_SOURCE) && !defined(__STRICT_ANSI__)
+#if !defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE) && \
+ !defined(_XOPEN_SOURCE) && !defined(_GNU_SOURCE) && \
+ !defined(_BSD_SOURCE) && !defined(__STRICT_ANSI__)
#define _BSD_SOURCE 1
#define _XOPEN_SOURCE 700
#endif
« fusl/arch/aarch64/atomic_arch.h ('K') | « fusl/include/fcntl.h ('k') | fusl/include/fenv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698