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-01-26 08:42:28 +02:00
2015-04-02 09:38:29 +02:00
2015-01-26 08:42:29 +02:00
2015-03-23 09:42:23 +02:00
2015-02-07 12:35:56 +01:00
2015-03-23 09:42:23 +02:00
2015-04-15 11:47:12 +02:00
2014-09-23 14:11:39 +03:00
2015-04-15 11:47:12 +02:00
2015-03-11 01:16:33 +00:00
2015-03-04 00:51:57 +00:00
2014-09-23 14:11:39 +03:00
2014-11-16 12:37:03 +01:00
2014-09-23 14:11:39 +03:00
2015-01-12 12:57:05 +02:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-10-31 16:18:30 +00:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2015-03-23 09:42:23 +02:00
2014-10-23 12:36:14 +02:00
2014-09-25 17:20:31 +01:00
2014-10-23 12:36:14 +02:00
2014-11-12 11:04:11 +00:00
2014-10-23 12:36:14 +02:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2015-03-23 09:42:23 +02:00
2015-03-23 09:42:23 +02:00
2014-12-06 22:29:49 +00:00
2014-09-23 14:11:39 +03: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
2015-03-23 09:42:23 +02:00
2014-10-23 12:36:14 +02:00
2014-09-23 14:11:39 +03:00
2014-11-12 11:04:11 +00:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2015-04-09 11:01:06 +02:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2015-01-12 12:57:05 +02:00
2014-09-23 14:11:39 +03:00
2014-10-23 12:36:14 +02:00
2014-09-23 14:11:39 +03:00
2014-10-23 12:36:14 +02:00
2014-09-23 14:11:39 +03:00
2014-10-23 12:36:14 +02:00
2014-09-23 14:11:39 +03:00
2014-12-18 14:12:23 +01:00
2014-09-23 14:11:39 +03:00
2015-02-25 10:34:27 +02:00
2014-09-23 14:11:39 +03:00
2015-02-13 09:05:49 +01:00
2015-02-12 23:02:49 +01:00
2014-10-23 12:36:14 +02:00
2014-09-25 17:20:31 +01:00
2015-01-12 12:57:05 +02:00
2014-09-23 14:11:39 +03:00