mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
syntax: if/while statements should have no trailing space
This is the standard, and we have had a few of these introduced lately that should not be here. Done with: find -name '*.c' | xargs sed -i -e 's#if (#if(#g' find -name '*.c' | xargs sed -i -e 's#while (#while(#g' Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
6760ec2b77
commit
4af6c72d79