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

Unified Diff: fusl/src/stat/mkdirat.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/stat/mkdirat.c
diff --git a/fusl/src/stat/mkdirat.c b/fusl/src/stat/mkdirat.c
index b8bc2527d757e62d02db0f2fd6ffa2751744e0d8..e48b80f66b84c5f8f751ef927657f5daa9fcad48 100644
--- a/fusl/src/stat/mkdirat.c
+++ b/fusl/src/stat/mkdirat.c
@@ -1,7 +1,6 @@
#include <sys/stat.h>
#include "syscall.h"
-int mkdirat(int fd, const char *path, mode_t mode)
-{
- return syscall(SYS_mkdirat, fd, path, mode);
+int mkdirat(int fd, const char* path, mode_t mode) {
+ return syscall(SYS_mkdirat, fd, path, mode);
}

Powered by Google App Engine
This is Rietveld 408576698