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

Unified Diff: fusl/src/thread/pthread_equal.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/thread/pthread_equal.c
diff --git a/fusl/src/thread/pthread_equal.c b/fusl/src/thread/pthread_equal.c
index 7c31482af3f8fec7710d0e995ef8d40cf149ebe4..7bd03d12becba0463816ddfd0fbd4ed340e9b4e6 100644
--- a/fusl/src/thread/pthread_equal.c
+++ b/fusl/src/thread/pthread_equal.c
@@ -2,9 +2,8 @@
#include <threads.h>
#include "libc.h"
-static int __pthread_equal(pthread_t a, pthread_t b)
-{
- return a==b;
+static int __pthread_equal(pthread_t a, pthread_t b) {
+ return a == b;
}
weak_alias(__pthread_equal, pthread_equal);

Powered by Google App Engine
This is Rietveld 408576698