diff options
author | Dan Winship <danw@gnome.org> | 2014-05-09 14:45:59 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-07-15 09:44:55 -0400 |
commit | 2570c5a17ceab3eb39695493b07144cba04eadbf (patch) | |
tree | 0f62822501c4a1139e430fa473789be5abdd906b /libnm-glib/nm-device-generic.c | |
parent | cb7e1893e7016e2a6a7b6a820f5b9ab092d100b7 (diff) |
libnm-util, libnm-glib: whitespace fixes
Fix indentation, kill trailing whitespace, split some long lines.
Diffstat (limited to 'libnm-glib/nm-device-generic.c')
-rw-r--r-- | libnm-glib/nm-device-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm-glib/nm-device-generic.c b/libnm-glib/nm-device-generic.c index d38406a16..875ea8eb3 100644 --- a/libnm-glib/nm-device-generic.c +++ b/libnm-glib/nm-device-generic.c @@ -282,4 +282,3 @@ nm_device_generic_class_init (NMDeviceGenericClass *klass) G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); } - |