pacman/src/util
Dan McGee 4af6c72d79 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>
2011-04-20 19:47:39 -05:00
..
.gitignore src/util: update .gitignore 2010-12-12 20:23:25 -06:00
Makefile.am pactree: rewrite in C 2010-12-12 20:21:15 -06:00
cleanupdelta.c Style change: return(x) --> return x 2011-03-20 19:49:45 -05:00
pactree.c style cleanup: cast as (type *) not (type*) 2011-04-20 19:04:53 -05:00
testdb.c syntax: if/while statements should have no trailing space 2011-04-20 19:47:39 -05:00
testpkg.c Style change: return(x) --> return x 2011-03-20 19:49:45 -05:00
vercmp.c Style change: return(x) --> return x 2011-03-20 19:49:45 -05:00