summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-12-03 11:15:27 +0100
committerThomas Haller <thaller@redhat.com>2013-12-12 11:33:17 +0100
commitd0db82a19f8615fba0130020de48884912f2a97c (patch)
treebd62afe0da9b6c50d9315238632d18bcf585e63e
parent3814179fb5bc2a09110ab7ef1858cd071a2288d8 (diff)
trivial: whitespace fix
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/devices/nm-device-wifi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/nm-device-wifi.c b/src/devices/nm-device-wifi.c
index 41c3678983..147caff244 100644
--- a/src/devices/nm-device-wifi.c
+++ b/src/devices/nm-device-wifi.c
@@ -134,7 +134,7 @@ struct _NMDeviceWifiPrivate {
NMAccessPoint * current_ap;
guint32 rate;
gboolean enabled; /* rfkilled or not */
-
+
time_t scheduled_scan_time;
guint8 scan_interval; /* seconds */
guint pending_scan_id;
@@ -618,7 +618,7 @@ update_seen_bssids_cache (NMDeviceWifi *self, NMAccessPoint *ap)
NMConnection *connection;
g_return_if_fail (NM_IS_DEVICE_WIFI (self));
-
+
if (ap == NULL)
return;
@@ -2764,7 +2764,7 @@ update_initial_hw_address (NMDevice *dev)
* be called from NMDevice constructor() to really get the initial address.
*/
memcpy (priv->initial_hw_addr, nm_device_get_hw_address (dev, NULL), ETH_ALEN);
-
+
mac_str = nm_utils_hwaddr_ntoa (priv->initial_hw_addr, ARPHRD_ETHER);
nm_log_dbg (LOGD_DEVICE | LOGD_ETHER, "(%s): read initial MAC address %s",
nm_device_get_iface (dev), mac_str);