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

Unified Diff: src/untrusted/pthread/pthread_types.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
« src/untrusted/pthread/nc_thread.c ('K') | « src/untrusted/pthread/pthread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/pthread/pthread_types.h
diff --git a/src/untrusted/pthread/pthread_types.h b/src/untrusted/pthread/pthread_types.h
index 11914b12891fb34b9e1dc79237dfb4a8ec702ca6..5b0eb5765c0446c586e1f32dcec9dfa6aee85edd 100644
--- a/src/untrusted/pthread/pthread_types.h
+++ b/src/untrusted/pthread/pthread_types.h
@@ -61,7 +61,7 @@ typedef struct {
nc_thread_memory_block_t *stack_node;
nc_thread_memory_block_t *tls_node;
nc_thread_function start_func;
- void* state;
+ void *state;
/*
* irt_thread_data is used when libpthread is linked into the IRT.
* It is used for free()ing the thread block.
« src/untrusted/pthread/nc_thread.c ('K') | « src/untrusted/pthread/pthread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698