Fixed some inconsistencies in code indentation
[jenirok] / src / gui / daemon.h
index b6c65ab..9fc8bc4 100644 (file)
@@ -23,14 +23,14 @@ class Daemon
 {
 public:
 
-       static bool start();
-       static bool stop();
-       static bool restart();
-       static bool isRunning();
-       static bool setAutostart(bool enabled);
+    static bool start();
+    static bool stop();
+    static bool restart();
+    static bool isRunning();
+    static bool setAutostart(bool enabled);
 
 private:
-       Daemon();
+    Daemon();
 };