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

Unified Diff: fusl/include/sys/timerfd.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/timerfd.h
diff --git a/fusl/include/sys/timerfd.h b/fusl/include/sys/timerfd.h
index 9724d903472c52b5ec4528604816c9601047e317..b9d465340013103cfd1e63aac9aea87d74594aab 100644
--- a/fusl/include/sys/timerfd.h
+++ b/fusl/include/sys/timerfd.h
@@ -16,8 +16,8 @@ extern "C" {
struct itimerspec;
int timerfd_create(int, int);
-int timerfd_settime(int, int, const struct itimerspec *, struct itimerspec *);
-int timerfd_gettime(int, struct itimerspec *);
+int timerfd_settime(int, int, const struct itimerspec*, struct itimerspec*);
+int timerfd_gettime(int, struct itimerspec*);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698