summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-generic.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-04 11:42:37 +0200
committerThomas Haller <thaller@redhat.com>2016-10-04 11:42:37 +0200
commita5a36d6dfe0b3b4c69d25fae8c70ee07093d3f7b (patch)
tree62f57dbd0a77c1660ddad419d9c70438f40dec85 /libnm-glib/nm-device-generic.c
parent05e66d52025d7cbe8bcfafd93c31aa5a5b852566 (diff)
parentad0f403f9d2bfc7aa57b1bf9adb1d7666ccb5498 (diff)
downloadNetworkManager-a5a36d6dfe0b3b4c69d25fae8c70ee07093d3f7b.tar.gz
core: merge branch 'th/cleanup-core-bgo772158'
https://bugzilla.gnome.org/show_bug.cgi?id=772158
Diffstat (limited to 'libnm-glib/nm-device-generic.c')
-rw-r--r--libnm-glib/nm-device-generic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-glib/nm-device-generic.c b/libnm-glib/nm-device-generic.c
index dd9c24b5c9..206174fb16 100644
--- a/libnm-glib/nm-device-generic.c
+++ b/libnm-glib/nm-device-generic.c
@@ -112,7 +112,7 @@ nm_device_generic_get_hw_address (NMDeviceGeneric *device)
return NM_DEVICE_GENERIC_GET_PRIVATE (device)->hw_address;
}
-/***********************************************************/
+/*****************************************************************************/
static const char *
get_type_description (NMDevice *device)
@@ -161,7 +161,7 @@ get_setting_type (NMDevice *device)
return NM_TYPE_SETTING_GENERIC;
}
-/***********************************************************/
+/*****************************************************************************/
static void
nm_device_generic_init (NMDeviceGeneric *device)