From ae7e46863062fdafb3392ce13f2f1bd558157df2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 12 Jan 2016 09:46:28 +0100 Subject: [PATCH] trivial: fix whitespace --- src/nm-manager.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/nm-manager.c b/src/nm-manager.c index 9c67d3ef64..e2adbe463e 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -3257,9 +3257,9 @@ _activation_auth_done (NMActiveConnection *active, if (success) { if (_internal_activate_generic (self, active, &error)) { - g_dbus_method_invocation_return_value ( - context, - g_variant_new ("(o)", nm_exported_object_get_path (NM_EXPORTED_OBJECT (active)))); + g_dbus_method_invocation_return_value (context, + g_variant_new ("(o)", + nm_exported_object_get_path (NM_EXPORTED_OBJECT (active)))); nm_audit_log_connection_op (NM_AUDIT_OP_CONN_ACTIVATE, connection, TRUE, subject, NULL); g_object_unref (active); @@ -3267,8 +3267,8 @@ _activation_auth_done (NMActiveConnection *active, } } else { error = g_error_new_literal (NM_MANAGER_ERROR, - NM_MANAGER_ERROR_PERMISSION_DENIED, - error_desc); + NM_MANAGER_ERROR_PERMISSION_DENIED, + error_desc); } g_assert (error);