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

Unified Diff: fusl/src/unistd/symlinkat.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/symlinkat.c
diff --git a/fusl/src/unistd/symlinkat.c b/fusl/src/unistd/symlinkat.c
index d1c59b4db0991d18e2d15895709d72c636f09556..f59eb2ebf72c476db5a7d62ca1cc8b65c6459b5e 100644
--- a/fusl/src/unistd/symlinkat.c
+++ b/fusl/src/unistd/symlinkat.c
@@ -1,7 +1,6 @@
#include <unistd.h>
#include "syscall.h"
-int symlinkat(const char *existing, int fd, const char *new)
-{
- return syscall(SYS_symlinkat, existing, fd, new);
+int symlinkat(const char* existing, int fd, const char* new) {
+ return syscall(SYS_symlinkat, existing, fd, new);
}

Powered by Google App Engine
This is Rietveld 408576698