Re: [PATCH] pthread.h: manually align parameter lists

2019-10-10 Thread Junio C Hamano
Denton Liu writes: > 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'

[PATCH] pthread.h: manually align parameter lists

2019-10-10 Thread Denton Liu
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. Signe