Skip to content

Commit 2d74d28

Browse files
committed
Merge branch 'dl/compat-cleanup'
Code formatting micronit fix. * dl/compat-cleanup: pthread.h: manually align parameter lists
2 parents 9b83a94 + 9cad1c4 commit 2d74d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/win32/pthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ typedef struct {
5151
} pthread_t;
5252

5353
int pthread_create(pthread_t *thread, const void *unused,
54-
void *(*start_routine)(void*), void *arg);
54+
void *(*start_routine)(void*), void *arg);
5555

5656
/*
5757
* To avoid the need of copying a struct, we use small macro wrapper to pass

0 commit comments

Comments
 (0)