From f22b7af95e0b6a1d860d1893eced6fcef5319a58 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 7 Dec 2017 08:53:43 +0100 Subject: White-space cleanup. Removing superfluous EOL white-spaces. --- src/settings-daemon.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/settings-daemon.vala') diff --git a/src/settings-daemon.vala b/src/settings-daemon.vala index 5230b0a..e0371ec 100644 --- a/src/settings-daemon.vala +++ b/src/settings-daemon.vala @@ -97,7 +97,7 @@ public class SettingsDaemon : Object { debug ("Acquired org.gnome.ScreenSaver"); start_settings_daemon (); - }, + }, () => debug ("Failed to acquire name org.gnome.ScreenSaver")); /* The media-keys plugin inhibits the power key, but we don't want @@ -207,7 +207,7 @@ public class ScreenSaverInterface : Object public ScreenSaverInterface () { idle_monitor = new IdleMonitor (); - _set_active (false); + _set_active (false); } private void _set_active (bool value) @@ -244,7 +244,7 @@ public class ScreenSaverInterface : Object { return _active; } - + public uint32 get_active_time () { return 0; } public void lock () {} public void show_message (string summary, string body, string icon) {} -- cgit v1.2.3