summaryrefslogtreecommitdiff
path: root/libnm-util/NetworkManager.h
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-util/NetworkManager.h
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-util/NetworkManager.h')
-rw-r--r--libnm-util/NetworkManager.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/libnm-util/NetworkManager.h b/libnm-util/NetworkManager.h
index 4697c17b64..bf9f4b3aff 100644
--- a/libnm-util/NetworkManager.h
+++ b/libnm-util/NetworkManager.h
@@ -31,11 +31,11 @@
/*
* dbus services details
*/
-#define NM_DBUS_SERVICE "org.freedesktop.NetworkManager"
+#define NM_DBUS_SERVICE "org.freedesktop.NetworkManager"
-#define NM_DBUS_PATH "/org/freedesktop/NetworkManager"
-#define NM_DBUS_INTERFACE "org.freedesktop.NetworkManager"
-#define NM_DBUS_INTERFACE_DEVICE NM_DBUS_INTERFACE ".Device"
+#define NM_DBUS_PATH "/org/freedesktop/NetworkManager"
+#define NM_DBUS_INTERFACE "org.freedesktop.NetworkManager"
+#define NM_DBUS_INTERFACE_DEVICE NM_DBUS_INTERFACE ".Device"
#define NM_DBUS_INTERFACE_DEVICE_WIRED NM_DBUS_INTERFACE_DEVICE ".Wired"
#define NM_DBUS_INTERFACE_DEVICE_ADSL NM_DBUS_INTERFACE_DEVICE ".Adsl"
#define NM_DBUS_INTERFACE_DEVICE_WIRELESS NM_DBUS_INTERFACE_DEVICE ".Wireless"
@@ -216,7 +216,7 @@ typedef enum {
* @NM_802_11_AP_FLAGS_PRIVACY: access point requires authentication and
* encryption (usually means WEP)
*
- * 802.11 access point flags.
+ * 802.11 access point flags.
**/
typedef enum {
NM_802_11_AP_FLAGS_NONE = 0x00000000,
@@ -239,7 +239,7 @@ typedef enum {
* @NM_802_11_AP_SEC_GROUP_TKIP: TKIP is supported for group/broadcast encryption
* @NM_802_11_AP_SEC_GROUP_CCMP: AES/CCMP is supported for group/broadcast
* encryption
- * @NM_802_11_AP_SEC_KEY_MGMT_PSK: WPA/RSN Pre-Shared Key encryption is
+ * @NM_802_11_AP_SEC_KEY_MGMT_PSK: WPA/RSN Pre-Shared Key encryption is
* supported
* @NM_802_11_AP_SEC_KEY_MGMT_802_1X: 802.1x authentication and key management
* is supported
@@ -592,4 +592,3 @@ typedef enum {
} NMActiveConnectionState;
#endif /* NETWORK_MANAGER_H */
-