Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-18 05:40:47 +0300
committerJunio C Hamano <gitster@pobox.com>2019-10-18 05:40:47 +0300
commit2d74d28ee0d8cddd6014a2b44eb2d7d6c4c0e1dd (patch)
tree41ba3a892f8ebaa5aeae22a626c56654ce305511 /compat/win32
parent9b83a948299ee3b4f3c310f91209a9f78514b9fe (diff)
parent9cad1c4488d598c62f2b33876d784c0706c4250a (diff)
Merge branch 'dl/compat-cleanup'
Code formatting micronit fix. * dl/compat-cleanup: pthread.h: manually align parameter lists
Diffstat (limited to 'compat/win32')
-rw-r--r--compat/win32/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/win32/pthread.h b/compat/win32/pthread.h
index f1cfe73de9..737983d00b 100644
--- a/compat/win32/pthread.h
+++ b/compat/win32/pthread.h
@@ -51,7 +51,7 @@ typedef struct {
} pthread_t;
int pthread_create(pthread_t *thread, const void *unused,
- void *(*start_routine)(void*), void *arg);
+ void *(*start_routine)(void*), void *arg);
/*
* To avoid the need of copying a struct, we use small macro wrapper to pass