1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-03 10:51:47 -05:00
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
..
2011-01-07 18:47:37 -06:00
2011-03-24 21:18:09 -05:00
2011-03-20 19:49:45 -05:00
2011-01-07 18:47:37 -06:00
2011-04-05 00:49:30 -05:00
2011-02-16 20:57:07 -06:00
2011-03-20 19:49:45 -05:00
2011-03-23 03:16:29 -05:00
2011-04-15 18:36:53 -05:00
2011-03-20 19:49:45 -05:00
2011-01-07 18:47:37 -06:00
2011-03-20 19:49:45 -05:00
2011-02-24 09:38:59 -06:00
2008-06-03 21:31:31 -05:00
2011-01-07 18:47:37 -06:00
2011-01-07 18:47:37 -06:00
2011-02-22 16:48:51 -06:00
2011-03-29 12:21:07 -05:00
2011-03-20 19:49:45 -05:00