summaryrefslogtreecommitdiff
path: root/src/nmcli
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-01-27 08:32:33 +0100
committerThomas Haller <thaller@redhat.com>2023-01-27 08:32:39 +0100
commit108ab677e4121c97bb641068f656502cbcd33dd3 (patch)
tree432bcbfeaa8b9f8b12773032ce7efcd8ef2f7123 /src/nmcli
parent8132045d5feb6bb855079b8476b119bfa8fbdab2 (diff)
downloadNetworkManager-108ab677e4121c97bb641068f656502cbcd33dd3.tar.gz
nmcli/style: fix clang-format style
Fixes: 8132045d5feb ('nmcli: fix typos in nmcli output')
Diffstat (limited to 'src/nmcli')
-rw-r--r--src/nmcli/connections.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nmcli/connections.c b/src/nmcli/connections.c
index d5d569083a..00cc57acb7 100644
--- a/src/nmcli/connections.c
+++ b/src/nmcli/connections.c
@@ -169,9 +169,7 @@ print_connection_done(GObject *source_object, GAsyncResult *res, gpointer user_d
written = g_output_stream_write_finish(stream, res, &error);
if (written == -1) {
- g_string_printf(nmc->return_text,
- _("Error: Error writing connection: %s"),
- error->message);
+ g_string_printf(nmc->return_text, _("Error: Error writing connection: %s"), error->message);
nmc->return_value = NMC_RESULT_ERROR_UNKNOWN;
nmc->should_wait--;
quit();