aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-08-06 15:33:26 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-08-06 15:33:26 -0500
commitb82c9a9de54e3659386a178926dc8ce99917c6f6 (patch)
tree3811f467837cd2cc49e0c2ef3872fdc156e24a4c /src/service.vala
parentdf2bb3084af551770e9cd3f3e9b4cf59c439041b (diff)
downloadayatana-indicator-bluetooth-b82c9a9de54e3659386a178926dc8ce99917c6f6.tar.gz
ayatana-indicator-bluetooth-b82c9a9de54e3659386a178926dc8ce99917c6f6.tar.bz2
ayatana-indicator-bluetooth-b82c9a9de54e3659386a178926dc8ce99917c6f6.zip
copyediting: whitespace, type inference
Diffstat (limited to 'src/service.vala')
-rw-r--r--src/service.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.vala b/src/service.vala
index e6d217a..0c18b36 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -71,7 +71,7 @@ public class Service: Object
critical (@"Unable to export actions on $object_path: $(e.message)");
}
- profiles.for_each ((name,profile) => {
+ profiles.for_each ((name, profile) => {
var path = @"$object_path/$name";
debug (@"exporting menu '$path'");
profile.export_menu (connection, path);