Noel Grandin
71b809959b
remove unnecessary use of void in function declarations
...
ie.
void f(void);
becomes
void f();
I used the following command to make the changes:
git grep -lP '\(\s*void\s*\)' -- *.cxx \
| xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
and ran it for both .cxx and .hxx files.
Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2015-04-15 11:47:12 +02:00
..
2015-04-15 11:47:12 +02:00
2015-04-15 11:47:12 +02:00
2015-04-13 09:37:12 +02:00
2015-02-25 17:05:31 +00:00
2015-03-11 09:58:36 +00:00
2015-03-28 19:09:21 +01:00
2015-03-24 10:31:18 +02:00
2015-04-15 11:47:12 +02:00
2015-04-15 11:47:12 +02:00
2015-02-25 17:05:31 +00:00
2015-03-28 19:09:21 +01:00
2015-04-15 11:47:12 +02:00
2015-03-28 19:09:21 +01:00
2015-04-15 11:47:12 +02:00
2015-04-15 11:47:12 +02:00
2015-02-25 17:05:31 +00:00
2015-02-25 17:05:31 +00:00
2015-03-28 19:09:21 +01:00
2015-04-15 11:47:12 +02:00
2015-04-15 11:47:12 +02:00
2015-02-25 17:05:31 +00:00
2015-02-23 09:26:58 +02:00
2015-04-15 11:47:12 +02:00
2015-02-25 17:05:31 +00:00
2015-02-25 17:05:31 +00:00
2015-02-26 16:26:38 +00:00
2015-03-28 19:09:21 +01:00
2015-04-15 11:47:12 +02:00
2015-04-15 11:47:12 +02:00
2015-03-28 19:09:21 +01:00
2015-03-26 15:33:31 +01:00
2015-03-24 10:31:18 +02:00
2015-04-13 09:37:12 +02:00