Chromium Code Reviews

Unified Diff: fusl/src/thread/pthread_rwlockattr_destroy.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.
Jump to:
View side-by-side diff with in-line comments
Index: fusl/src/thread/pthread_rwlockattr_destroy.c
diff --git a/fusl/src/thread/pthread_rwlockattr_destroy.c b/fusl/src/thread/pthread_rwlockattr_destroy.c
index fc8d611aea9e2ad2313f9c912b2f52674422143e..86524057cbf2a35284d4e575689bfe6a780af111 100644
--- a/fusl/src/thread/pthread_rwlockattr_destroy.c
+++ b/fusl/src/thread/pthread_rwlockattr_destroy.c
@@ -1,6 +1,5 @@
#include "pthread_impl.h"
-int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
-{
- return 0;
+int pthread_rwlockattr_destroy(pthread_rwlockattr_t* a) {
+ return 0;
}

Powered by Google App Engine