NetworkManager/contrib
Lubomir Rintel 570030a687 contrib/checkpatch: allow empty lines within continuations
This chunk from nm-device.c is, in fact, okay:

               |<-tab->nm_assert (   !new_config
               |<-tab->           || (   new_config
               |<-tab->               && ({
               |<-tab->                    int ip_ifindex = ...
 empty line -> |
               |<-tab->                    (   ip_ifindex > 0
               |<-tab->                     && ip_ifindex == ...
               |<-tab->                  })));

(cherry picked from commit a5dd31afeb)
2020-04-20 12:11:36 +02:00
..
debian gitlab-ci: run unit tests under valgrind in gitlab-ci 2019-10-08 15:26:49 +02:00
editors contrib: add emacs config for hacking on NM 2015-08-11 13:42:26 -04:00
fedora contrib/REQUIRED_PACKAGES: ignore for non-existing packages "dbus-python", "pygobject3-base" on Fedora 32 2020-04-20 12:04:21 +02:00
scripts contrib/checkpatch: allow empty lines within continuations 2020-04-20 12:11:36 +02:00
test all: fix misspellings 2019-01-24 17:19:44 +01:00