aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:57:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:57:56 +0100
commit3404e45c63664ee59a645062326a7ee53ad6968e (patch)
tree9e8fbabd22c26194ce7b7f72ec7a4856d1ce030f /src/service.vala
parentd0974811c803891aff5562fc8c4d18ea36d3f3a7 (diff)
parent33860bf0e3eeda568aa9347542947472c53b4d6b (diff)
downloadayatana-indicator-bluetooth-3404e45c63664ee59a645062326a7ee53ad6968e.tar.gz
ayatana-indicator-bluetooth-3404e45c63664ee59a645062326a7ee53ad6968e.tar.bz2
ayatana-indicator-bluetooth-3404e45c63664ee59a645062326a7ee53ad6968e.zip
Merge branch 'sunweaver-pr/indicator-specific-fixes'
Attributes GH PR #7: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/7
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 4df3590..480834d 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -21,7 +21,7 @@
/**
* Boilerplate class to own the name on the bus,
* to create the profiles, and to export them on the bus.
- */
+ */
public class Service: Object
{
private MainLoop loop;