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

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

Powered by Google App Engine
This is Rietveld 408576698