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

Unified Diff: fusl/src/process/posix_spawnattr_getsigdefault.c

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/process/posix_spawnattr_getsigdefault.c
diff --git a/fusl/src/process/posix_spawnattr_getsigdefault.c b/fusl/src/process/posix_spawnattr_getsigdefault.c
index a49050aa4f7cdc7bbf9b6f3fc738ea74de0b8ca0..7ec60776ce40fe33da9a3007b688a7d4d7ad14f3 100644
--- a/fusl/src/process/posix_spawnattr_getsigdefault.c
+++ b/fusl/src/process/posix_spawnattr_getsigdefault.c
@@ -1,7 +1,7 @@
#include <spawn.h>
-int posix_spawnattr_getsigdefault(const posix_spawnattr_t *restrict attr, sigset_t *restrict def)
-{
- *def = attr->__def;
- return 0;
+int posix_spawnattr_getsigdefault(const posix_spawnattr_t* restrict attr,
+ sigset_t* restrict def) {
+ *def = attr->__def;
+ return 0;
}

Powered by Google App Engine
This is Rietveld 408576698