aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/accounts-service-system-sound-settings.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/accounts-service-system-sound-settings.vala b/src/accounts-service-system-sound-settings.vala
index 9eb91c4..84320c5 100644
--- a/src/accounts-service-system-sound-settings.vala
+++ b/src/accounts-service-system-sound-settings.vala
@@ -19,6 +19,6 @@
[DBus (name = "com.ubuntu.touch.AccountsService.Sound")]
public interface AccountsServiceSystemSoundSettings : Object {
- // properties
- public abstract bool silent_mode {owned get; set;}
+ // properties
+ public abstract bool silent_mode {owned get; set;}
}