summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-05-17 13:42:11 +0200
committerThomas Haller <thaller@redhat.com>2016-05-17 13:42:24 +0200
commit65a254e03c16e26dc8e848f4ed63760914626989 (patch)
treee687317fd9cb4cd914077ffc97d390e770cd3ea4
parent1ad00095a1b0853917efe9d9aa69f14dfa7fe07b (diff)
downloadNetworkManager-65a254e03c16e26dc8e848f4ed63760914626989.tar.gz
trival: fix indention
Fixes: 5586ae80d1a8f802bc865d8cd9f03e8e6cb04193
-rw-r--r--src/devices/wifi/nm-wifi-ap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/wifi/nm-wifi-ap.c b/src/devices/wifi/nm-wifi-ap.c
index f44ad42f29..d0704b4ea9 100644
--- a/src/devices/wifi/nm-wifi-ap.c
+++ b/src/devices/wifi/nm-wifi-ap.c
@@ -1051,7 +1051,7 @@ nm_ap_class_init (NMAccessPointClass *ap_class)
g_object_class_install_properties (object_class, _PROPERTY_ENUMS_LAST, obj_properties);
nm_exported_object_class_add_interface (NM_EXPORTED_OBJECT_CLASS (ap_class),
- NMDBUS_TYPE_ACCESS_POINT_SKELETON,
- NULL);
+ NMDBUS_TYPE_ACCESS_POINT_SKELETON,
+ NULL);
}