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:
@@ -107,7 +107,7 @@ connection_add(NMConnection *conn)
|
||||
nm_connection_get_id(conn),
|
||||
nm_connection_get_uuid(conn));
|
||||
|
||||
rdata = (RequestData){
|
||||
rdata = (RequestData) {
|
||||
.loop = g_main_loop_new(NULL, FALSE),
|
||||
.rconn = NULL,
|
||||
.error = NULL,
|
||||
|
Reference in New Issue
Block a user