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

Unified Diff: fusl/include/sys/sendfile.h

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/include/sys/sendfile.h
diff --git a/fusl/include/sys/sendfile.h b/fusl/include/sys/sendfile.h
index e7570d8e5c4f0226c88321b8d7cafb5071ec8391..5b27ee7f5b7b04e4aa44392207195af7ce14b0fd 100644
--- a/fusl/include/sys/sendfile.h
+++ b/fusl/include/sys/sendfile.h
@@ -8,7 +8,7 @@ extern "C" {
#include <features.h>
#include <unistd.h>
-ssize_t sendfile(int, int, off_t *, size_t);
+ssize_t sendfile(int, int, off_t*, size_t);
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)
#define sendfile64 sendfile

Powered by Google App Engine
This is Rietveld 408576698