NetworkManager/src/devices/ovs
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
..
meson.build meson: distinguish arch specific and arch neutral lib dir 2018-05-09 12:59:39 +02:00
nm-device-ovs-bridge.c core/dbus: rework D-Bus implementation to use lower layer GDBusConnection API 2018-03-12 18:37:08 +01:00
nm-device-ovs-bridge.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
nm-device-ovs-interface.c core/dbus: rework D-Bus implementation to use lower layer GDBusConnection API 2018-03-12 18:37:08 +01:00
nm-device-ovs-interface.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
nm-device-ovs-port.c all: remove consecutive empty lines 2018-04-30 16:24:52 +02:00
nm-device-ovs-port.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
nm-ovs-factory.c device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
nm-ovsdb.c all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
nm-ovsdb.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00