diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-06 15:33:26 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-08-06 15:33:26 -0500 |
commit | b82c9a9de54e3659386a178926dc8ce99917c6f6 (patch) | |
tree | 3811f467837cd2cc49e0c2ef3872fdc156e24a4c /src/service.vala | |
parent | df2bb3084af551770e9cd3f3e9b4cf59c439041b (diff) | |
download | ayatana-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.vala | 2 |
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); |