diff options
| author | Thomas Haller <thaller@redhat.com> | 2022-11-19 11:14:07 +0100 |
|---|---|---|
| committer | Thomas Haller <thaller@redhat.com> | 2022-11-23 09:17:21 +0100 |
| commit | 3fb8c0f614ab0cb3da649e6ca275abfa7ffc9a34 (patch) | |
| tree | d5a20facdf4b44dcedb60d199498cf3f6eb18298 /src/core/settings | |
| parent | fe7bea96856ce72c06cd3ae7ae0ce650b10db011 (diff) | |
| download | NetworkManager-3fb8c0f614ab0cb3da649e6ca275abfa7ffc9a34.tar.gz | |
clang-format: reformat code with clang-format 15.0.4-1.fc37
This is the version shipped in Fedora 37. As Fedora 37 is now out, the
core developers switch to it. Our gitlab-ci will also use that as base
image for the check-{patch.tree} tests and to generate the pages. There
is a need that everybody agrees on which clang-format version to use,
and that version should be the one of the currently used Fedora release.
Also update the used Fedora image in "contrib/scripts/nm-code-format-container.sh"
script.
The gitlab-ci still needs update in the following commit. The change
in isolation will break the "check-tree" test.
Diffstat (limited to 'src/core/settings')
| -rw-r--r-- | src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c b/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c index 108c6ccd57..8324be648c 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c +++ b/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c @@ -2049,11 +2049,11 @@ test_read_wired_aliases_good(gconstpointer test_data) NULL}; const char *expected_address_3[] = {"192.168.1.5", "192.168.1.6", NULL}; const char *expected_label_0[] = { - NULL, - "aliasem0:1", - "aliasem0:2", - "aliasem0:99", - NULL, + NULL, + "aliasem0:1", + "aliasem0:2", + "aliasem0:99", + NULL, }; const char *expected_label_3[] = { NULL, |
