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

Unified Diff: src/untrusted/pthread/pthread.h

Issue 11299315: Cleanup: Fix various coding style issues in src/untrusted/pthread (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years 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: src/untrusted/pthread/pthread.h
diff --git a/src/untrusted/pthread/pthread.h b/src/untrusted/pthread/pthread.h
index 3f751cde98881c0a4dfbc3c2d222a8dce1c58d94..bbd3df3d65390ded83b7c43f9caaf1f8bb6ec327 100644
--- a/src/untrusted/pthread/pthread.h
+++ b/src/untrusted/pthread/pthread.h
@@ -408,7 +408,7 @@ typedef struct {
*/
extern int pthread_create(pthread_t *thread_id,
const pthread_attr_t *attr,
- void *(*start_routine) (void *p),
+ void *(*start_routine)(void *p),
void *arg);
/** @nqPosix

Powered by Google App Engine
This is Rietveld 408576698