summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-active-connection.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-05-09 14:45:59 -0400
committerDan Winship <danw@gnome.org>2014-07-15 09:44:55 -0400
commit2570c5a17ceab3eb39695493b07144cba04eadbf (patch)
tree0f62822501c4a1139e430fa473789be5abdd906b /libnm-glib/nm-active-connection.c
parentcb7e1893e7016e2a6a7b6a820f5b9ab092d100b7 (diff)
downloadNetworkManager-2570c5a17ceab3eb39695493b07144cba04eadbf.tar.gz
libnm-util, libnm-glib: whitespace fixes
Fix indentation, kill trailing whitespace, split some long lines.
Diffstat (limited to 'libnm-glib/nm-active-connection.c')
-rw-r--r--libnm-glib/nm-active-connection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-active-connection.c b/libnm-glib/nm-active-connection.c
index 0c30a640f4..358264fd25 100644
--- a/libnm-glib/nm-active-connection.c
+++ b/libnm-glib/nm-active-connection.c
@@ -104,9 +104,9 @@ nm_active_connection_new (DBusGConnection *connection, const char *path)
g_return_val_if_fail (path != NULL, NULL);
return g_object_new (NM_TYPE_ACTIVE_CONNECTION,
- NM_OBJECT_DBUS_CONNECTION, connection,
- NM_OBJECT_DBUS_PATH, path,
- NULL);
+ NM_OBJECT_DBUS_CONNECTION, connection,
+ NM_OBJECT_DBUS_PATH, path,
+ NULL);
}
static GType