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

Unified Diff: fusl/src/thread/pthread_self.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_self.c
diff --git a/fusl/src/thread/pthread_self.c b/fusl/src/thread/pthread_self.c
index 241a6202d2ea5e15ca53a5e8676398f6c5c95b8e..9c05904f0ff21dff059e4e8ab762cefa158332fb 100644
--- a/fusl/src/thread/pthread_self.c
+++ b/fusl/src/thread/pthread_self.c
@@ -2,9 +2,8 @@
#include <threads.h>
#include "libc.h"
-static pthread_t __pthread_self_internal()
-{
- return __pthread_self();
+static pthread_t __pthread_self_internal() {
+ return __pthread_self();
}
weak_alias(__pthread_self_internal, pthread_self);

Powered by Google App Engine
This is Rietveld 408576698