format: run nm-code-format

Reformat with:

  clang-format version 19.1.0 (Fedora 19.1.0-1.fc41)

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2046
This commit is contained in:
Beniamino Galvani
2024-10-04 10:45:56 +02:00
parent 09e822edba
commit bb6881f88c
156 changed files with 721 additions and 731 deletions

View File

@@ -314,7 +314,7 @@ add_device_common(NMTstcServiceInfo *sinfo,
loop = g_main_loop_new(nm_client_get_main_context(client), FALSE);
info = (AddDeviceInfo){
info = (AddDeviceInfo) {
.ifname = ifname,
.loop = loop,
};