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-07 20:21:21 +02:00
2015-03-17 12:25:11 +01:00
2014-09-30 12:28:52 +02:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-04-02 18:33:37 +02:00
2014-09-30 12:28:52 +02:00
2015-04-13 12:36:36 +02:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-04-07 20:21:21 +02:00
2015-04-06 16:47:45 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-04-01 08:39:17 +02:00
2015-03-17 12:25:11 +01:00
2014-10-01 07:34:23 +00:00
2015-01-08 10:39:36 +02:00
2015-02-07 12:35:59 +01:00
2015-01-30 12:44:36 +00:00
2015-01-30 12:44:36 +00:00
2015-04-01 08:39:17 +02:00
2015-03-17 12:25:11 +01:00
2015-04-15 11:47:12 +02:00
2015-04-15 11:47:12 +02:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-28 19:09:20 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-02-27 13:25:42 +01:00
2015-04-13 12:36:36 +02:00
2015-04-01 08:39:17 +02:00
2015-03-17 12:25:11 +01:00
2014-09-25 08:49:03 +00:00
2015-04-01 08:39:17 +02:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2014-11-12 11:04:11 +00:00
2014-09-25 08:49:03 +00:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-04-07 20:21:21 +02:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-04-02 09:38:29 +02:00
2015-04-01 08:39:17 +02:00
2015-03-17 12:25:11 +01:00
2015-04-01 08:39:17 +02:00
2015-02-19 09:55:18 +00:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00
2015-03-28 19:09:20 +01:00
2015-03-17 12:25:11 +01:00
2015-01-13 15:17:18 +01:00
2015-03-28 11:52:41 +01:00
2015-03-28 11:52:41 +01:00
2015-03-28 11:52:41 +01:00
2015-03-28 11:52:41 +01:00
2015-03-17 12:25:11 +01:00
2015-03-17 12:25:11 +01:00