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
..
2014-11-16 08:35:38 +00:00
2015-03-23 09:42:23 +02:00
2015-01-20 09:06:46 +01:00
2015-03-23 09:42:23 +02:00
2015-03-23 09:42:23 +02:00
2015-03-28 19:09:19 +01:00
2015-03-23 09:42:23 +02:00
2015-03-23 09:42:23 +02:00
2015-03-23 09:42:23 +02:00
2014-11-07 14:35:20 +00:00
2015-03-06 12:27:05 +00:00
2014-11-16 12:37:03 +01:00
2015-01-08 10:39:36 +02:00
2015-01-19 15:08:20 +01:00
2015-02-07 12:35:57 +01:00
2015-03-23 09:42:23 +02:00
2015-03-23 09:42:23 +02:00
2015-04-15 11:47:12 +02:00
2015-04-15 11:47:12 +02:00
2015-01-08 10:39:36 +02:00
2015-04-02 22:44:37 +03:00
2015-04-02 18:33:37 +02:00
2015-03-26 15:33:29 +01:00
2015-01-25 20:51:45 +00:00
2015-04-15 11:47:12 +02:00
2015-03-23 09:42:23 +02:00
2015-03-24 09:36:57 +02:00
2015-01-26 08:42:29 +02:00
2015-01-02 16:14:36 +00:00
2015-03-23 09:42:23 +02:00
2015-04-15 11:47:12 +02:00
2015-03-23 09:42:23 +02:00
2015-01-09 00:00:47 +01:00
2015-03-23 09:42:23 +02:00
2015-03-23 09:42:23 +02:00
2015-02-07 12:35:57 +01:00
2015-03-18 14:23:50 +02:00
2015-03-23 09:42:23 +02:00
2015-02-02 21:07:54 +00:00
2015-01-20 09:06:46 +01:00
2015-03-23 09:42:23 +02:00
2015-03-23 09:42:23 +02:00
2015-04-15 11:47:12 +02:00
2015-03-06 12:27:05 +00:00
2015-03-23 09:42:23 +02:00
2015-04-15 11:47:12 +02:00
2015-01-14 21:31:31 +09:00