aboutsummaryrefslogtreecommitdiff
path: root/src/settings-daemon.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-07 08:53:43 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-07 08:54:06 +0100
commitf22b7af95e0b6a1d860d1893eced6fcef5319a58 (patch)
tree3707d54da5b2c00c85a2cfa8b0f1c396f764ec99 /src/settings-daemon.vala
parentc8550903fa8b2f062d15b405bddf05a770d41e47 (diff)
downloadarctica-greeter-f22b7af95e0b6a1d860d1893eced6fcef5319a58.tar.gz
arctica-greeter-f22b7af95e0b6a1d860d1893eced6fcef5319a58.tar.bz2
arctica-greeter-f22b7af95e0b6a1d860d1893eced6fcef5319a58.zip
White-space cleanup. Removing superfluous EOL white-spaces.
Diffstat (limited to 'src/settings-daemon.vala')
-rw-r--r--src/settings-daemon.vala6
1 files changed, 3 insertions, 3 deletions
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) {}