summaryrefslogtreecommitdiff
path: root/src/nm-checkpoint.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-02 10:55:34 +0100
committerThomas Haller <thaller@redhat.com>2018-02-07 13:32:04 +0100
commite4839accf5a5b470b9bf2287f0269ddc4ce0f91b (patch)
treebdc92d91b24d7b7fb25d8b9652dbe08d08e57cea /src/nm-checkpoint.c
parentca7273b3e250e46451d93e75a2234c403eed38aa (diff)
downloadNetworkManager-e4839accf5a5b470b9bf2287f0269ddc4ce0f91b.tar.gz
all: replace non-leading tabs with spaces
We commonly only allow tabs at the beginning of a line, not afterwards. The reason for this style is so that the code looks formated right with tabstop=4 and tabstop=8.
Diffstat (limited to 'src/nm-checkpoint.c')
-rw-r--r--src/nm-checkpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-checkpoint.c b/src/nm-checkpoint.c
index 5bde924c27..476e27e71a 100644
--- a/src/nm-checkpoint.c
+++ b/src/nm-checkpoint.c
@@ -304,7 +304,7 @@ activate:
&local_error)) {
_LOGW ("rollback: reactivation of connection %s/%s failed: %s",
nm_connection_get_id ((NMConnection *) connection),
- nm_connection_get_uuid ((NMConnection * ) connection),
+ nm_connection_get_uuid ((NMConnection *) connection),
local_error->message);
g_clear_error (&local_error);
result = NM_ROLLBACK_RESULT_ERR_FAILED;