Lubomir Rintel
e69d386975
all: use the elvis operator wherever possible
...
Coccinelle:
@@
expression a, b;
@@
-a ? a : b
+a ?: b
Applied with:
spatch --sp-file ternary.cocci --in-place --smpl-spacing --dir .
With some manual adjustments on spots that Cocci didn't catch for
reasons unknown.
Thanks to the marvelous effort of the GNU compiler developer we can now
spare a couple of bits that could be used for more important things,
like this commit message. Standards commitees yet have to catch up.
2018-05-10 14:36:58 +02:00
..
2018-04-12 09:21:10 +02:00
2009-09-10 21:03:30 -04:00
2016-02-19 17:53:25 +01:00
2017-03-14 11:26:29 +01:00
2018-04-30 16:24:52 +02:00
2016-08-17 19:09:50 +02:00
2013-03-14 10:23:19 -05:00
2016-03-29 11:56:27 +02:00
2018-01-11 12:46:01 +01:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2018-05-10 14:36:58 +02:00
2017-03-09 14:12:35 +01:00
2015-08-10 09:41:26 -04:00
2016-06-17 12:25:15 +02:00
2018-01-18 11:45:36 +01:00
2016-08-17 19:09:50 +02:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2018-05-10 14:36:58 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2014-07-15 09:44:54 -04:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2017-07-03 21:23:27 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2014-07-15 09:44:55 -04:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2016-10-03 12:01:15 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2016-02-19 17:53:25 +01:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2016-02-19 17:53:25 +01:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2016-02-19 17:53:25 +01:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2017-05-05 19:14:19 +02:00
2015-10-27 17:17:05 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2017-03-09 14:12:35 +01:00
2018-04-30 16:24:52 +02:00
2018-04-30 16:24:52 +02:00
2017-12-18 11:25:06 +01:00
2017-12-18 11:25:06 +01:00
2016-06-17 12:25:33 +02:00
2018-05-10 14:36:58 +02:00
2014-12-05 11:07:42 +01:00
2018-05-10 14:36:58 +02:00
2018-01-23 10:54:11 +01:00