summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-01-08 16:11:41 +0100
committerThomas Haller <thaller@redhat.com>2016-01-11 12:22:19 +0100
commit72e118716eca83de2c44ad4db57a202d6dc7262a (patch)
treeacc7573000516c77e3b3494c46d600a4e0957887
parent4059b253b764657d88f6b192ed4cc3fd700eb608 (diff)
downloadNetworkManager-72e118716eca83de2c44ad4db57a202d6dc7262a.tar.gz
trivial: fix whitespace
-rw-r--r--src/devices/nm-device-bond.c14
-rw-r--r--src/nm-manager.c2
2 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/nm-device-bond.c b/src/devices/nm-device-bond.c
index 5f72ebdae5..84ddffde5f 100644
--- a/src/devices/nm-device-bond.c
+++ b/src/devices/nm-device-bond.c
@@ -518,13 +518,13 @@ create_device (NMDeviceFactory *factory,
gboolean *out_ignore)
{
return (NMDevice *) g_object_new (NM_TYPE_DEVICE_BOND,
- NM_DEVICE_IFACE, iface,
- NM_DEVICE_DRIVER, "bonding",
- NM_DEVICE_TYPE_DESC, "Bond",
- NM_DEVICE_DEVICE_TYPE, NM_DEVICE_TYPE_BOND,
- NM_DEVICE_LINK_TYPE, NM_LINK_TYPE_BOND,
- NM_DEVICE_IS_MASTER, TRUE,
- NULL);
+ NM_DEVICE_IFACE, iface,
+ NM_DEVICE_DRIVER, "bonding",
+ NM_DEVICE_TYPE_DESC, "Bond",
+ NM_DEVICE_DEVICE_TYPE, NM_DEVICE_TYPE_BOND,
+ NM_DEVICE_LINK_TYPE, NM_LINK_TYPE_BOND,
+ NM_DEVICE_IS_MASTER, TRUE,
+ NULL);
}
NM_DEVICE_FACTORY_DEFINE_INTERNAL (BOND, Bond, bond,
diff --git a/src/nm-manager.c b/src/nm-manager.c
index 02dcc6f6f8..85832223a1 100644
--- a/src/nm-manager.c
+++ b/src/nm-manager.c
@@ -1086,7 +1086,7 @@ system_create_virtual_device (NMManager *self, NMConnection *connection)
/* Create any backing resources the device needs */
if (!nm_device_create_and_realize (device, connection, parent, &error)) {
nm_log_warn (LOGD_DEVICE, "(%s) couldn't create the device: %s",
- nm_connection_get_id (connection), error->message);
+ nm_connection_get_id (connection), error->message);
g_error_free (error);
remove_device (self, device, FALSE, TRUE);
return NULL;