aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-02-14 14:45:44 -0600
committerCharles Kerr <charles.kerr@canonical.com>2016-02-14 14:45:44 -0600
commit5262691ed74c99daefb848d1038eda63217eca0e (patch)
treee4a4a2b7123b09f5afa708ea1c9e82742e0b1e81
parent1e386423679aec9cf5c94c7dc1218ea468e66d6d (diff)
downloadayatana-indicator-bluetooth-5262691ed74c99daefb848d1038eda63217eca0e.tar.gz
ayatana-indicator-bluetooth-5262691ed74c99daefb848d1038eda63217eca0e.tar.bz2
ayatana-indicator-bluetooth-5262691ed74c99daefb848d1038eda63217eca0e.zip
(trivial) remove trailing whitespace
-rw-r--r--src/bluez.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluez.vala b/src/bluez.vala
index 808a1cf..f7121d7 100644
--- a/src/bluez.vala
+++ b/src/bluez.vala
@@ -20,7 +20,7 @@
/**
- * Bluetooth implementaion which uses org.bluez on DBus
+ * Bluetooth implementaion which uses org.bluez on DBus
*/
public class Bluez: Bluetooth, Object
{
@@ -285,7 +285,7 @@ public class Bluez: Bluetooth, Object
var v = device_proxy.get_cached_property ("Class");
if (v == null)
type = Device.Type.OTHER;
- else
+ else
type = Device.class_to_device_type (v.get_uint32());
// look up the device's human-readable name