NetworkManager/dispatcher/tests
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
..
dispatcher-connectivity-full callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
dispatcher-connectivity-unknown callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
dispatcher-down callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
dispatcher-external callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
dispatcher-up callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
dispatcher-vpn-down callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
dispatcher-vpn-up callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
meson.build build: meson: add prefix to test names 2018-04-12 09:21:10 +02:00
test-dispatcher-envp.c all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00