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

Unified Diff: fusl/src/unistd/getgid.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/unistd/getgid.c
diff --git a/fusl/src/unistd/getgid.c b/fusl/src/unistd/getgid.c
index 1c9fe7157b351c8858c2e6d1e2aba96eb2231e20..6dd7975cb50b08f9b10361544f256d70dce332cd 100644
--- a/fusl/src/unistd/getgid.c
+++ b/fusl/src/unistd/getgid.c
@@ -1,7 +1,6 @@
#include <unistd.h>
#include "syscall.h"
-gid_t getgid(void)
-{
- return __syscall(SYS_getgid);
+gid_t getgid(void) {
+ return __syscall(SYS_getgid);
}

Powered by Google App Engine
This is Rietveld 408576698