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

Unified Diff: fusl/src/misc/getresuid.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/misc/getresuid.c
diff --git a/fusl/src/misc/getresuid.c b/fusl/src/misc/getresuid.c
index d75d5d40867c85c5f9ddca64ceec4ae8e288bffe..dd82f0cc2455e597a6e4cc98e241a6c94740de75 100644
--- a/fusl/src/misc/getresuid.c
+++ b/fusl/src/misc/getresuid.c
@@ -2,7 +2,6 @@
#include <unistd.h>
#include "syscall.h"
-int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid)
-{
- return syscall(SYS_getresuid, ruid, euid, suid);
+int getresuid(uid_t* ruid, uid_t* euid, uid_t* suid) {
+ return syscall(SYS_getresuid, ruid, euid, suid);
}

Powered by Google App Engine
This is Rietveld 408576698