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-02-17 16:24:05 +00:00
2015-04-15 11:47:12 +02:00
2015-02-07 12:36:05 +01:00
2015-01-08 10:39:36 +02:00
2015-04-07 10:24:54 +02:00
2015-04-07 10:24:54 +02:00
2015-04-07 10:24:54 +02:00
2015-02-07 12:36:05 +01:00
2015-04-07 10:24:54 +02:00
2015-02-07 12:36:05 +01:00
2015-03-09 12:41:09 +00:00
2015-04-07 10:24:54 +02:00
2015-04-08 13:40:11 +00:00
2015-04-07 10:24:54 +02:00
2015-01-26 08:42:28 +02:00
2015-04-07 10:24:54 +02:00
2015-04-07 10:24:54 +02:00
2015-04-08 13:40:11 +00:00
2015-03-21 16:19:08 +01:00
2015-01-09 00:00:47 +01:00
2015-04-15 11:47:12 +02:00
2015-02-07 12:36:05 +01:00
2015-02-16 12:54:44 +00:00
2015-04-15 11:47:12 +02:00
2015-01-06 10:59:42 +02:00
2015-03-22 19:29:40 +00:00
2015-01-06 10:59:41 +02:00
2015-04-15 11:47:12 +02:00
2015-03-09 12:41:09 +00:00
2015-01-09 00:00:47 +01:00
2015-01-09 00:00:47 +01:00
2015-03-22 15:44:55 +00:00
2015-01-26 08:42:28 +02:00
2015-02-07 12:36:05 +01:00
2015-02-07 12:36:05 +01:00
2015-01-06 10:59:41 +02:00
2015-04-08 13:38:49 +00:00
2015-04-07 10:24:54 +02:00