pthread.h: manually align parameter lists
commit9cad1c4488d598c62f2b33876d784c0706c4250a
authorDenton Liu <liu.denton@gmail.com>
Thu, 10 Oct 2019 19:37:04 +0000 (10 12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Oct 2019 05:59:35 +0000 (11 14:59 +0900)
treef006f74e7f2d2d2e4e928802ab996c1cddb1d098
parent7027f508c767f57d9e8d5edeacf99d13950f6b69
pthread.h: manually align parameter lists

In previous patches, extern was mechanically removed from function
declarations without care to formatting, causing parameter lists to be
misaligned. Manually format changed sections such that the parameter
lists are realigned.

Viewing this patch with 'git diff -w' should produce no output.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/win32/pthread.h