NetworkManager/clients/tui/newt
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: Improve dependency system 2018-01-10 12:20:17 +01:00
nmt-newt-button-box.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-button-box.h all: remove consecutive empty lines 2018-04-30 16:24:52 +02:00
nmt-newt-button.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-button.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-checkbox.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-checkbox.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-component.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-component.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-container.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-container.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-entry-numeric.c tui: extend numeric range of NmtNewtEntryNumeric to gint64 2017-09-05 19:27:19 +02:00
nmt-newt-entry-numeric.h tui: extend numeric range of NmtNewtEntryNumeric to gint64 2017-09-05 19:27:19 +02:00
nmt-newt-entry.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-entry.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-form.c all: fix -Wcast-function-type warnings 2018-02-08 17:11:46 +01:00
nmt-newt-form.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-grid.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-grid.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-hacks.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-hacks.h all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-label.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-label.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-listbox.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-listbox.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-popup.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-popup.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-section.c all: drop trailing spaces 2018-02-07 13:32:04 +01:00
nmt-newt-section.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-separator.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-separator.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-stack.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-stack.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-textbox.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-textbox.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-toggle-button.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-toggle-button.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-types.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-utils.c all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
nmt-newt-utils.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-widget.c all: drop trailing spaces 2018-02-07 13:32:04 +01:00
nmt-newt-widget.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00