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

Unified Diff: fusl/src/network/shutdown.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/network/shutdown.c
diff --git a/fusl/src/network/shutdown.c b/fusl/src/network/shutdown.c
index 10ca21aa3cbeaaa95f4ce7f24aecdb64f2bd924d..f021833b3d886b997828710c54191d02ad437903 100644
--- a/fusl/src/network/shutdown.c
+++ b/fusl/src/network/shutdown.c
@@ -1,7 +1,6 @@
#include <sys/socket.h>
#include "syscall.h"
-int shutdown(int fd, int how)
-{
- return socketcall(shutdown, fd, how, 0, 0, 0, 0);
+int shutdown(int fd, int how) {
+ return socketcall(shutdown, fd, how, 0, 0, 0, 0);
}

Powered by Google App Engine
This is Rietveld 408576698