[caribou] Untabify



commit 085ee3fb37cdf07cdfde6e0035f40f8748a2acb3
Author: Daiki Ueno <dueno src gnome org>
Date:   Tue Oct 21 11:38:14 2014 +0900

    Untabify

 daemon/daemon.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/daemon.vala b/daemon/daemon.vala
index 6aa65a6..ee99f34 100644
--- a/daemon/daemon.vala
+++ b/daemon/daemon.vala
@@ -17,7 +17,7 @@ namespace Caribou {
         Atspi.Accessible current_acc;
         unowned Gdk.Display display;
         uint name_id;
-               GLib.MainLoop main_loop;
+        GLib.MainLoop main_loop;
 
         public Daemon () {
             display = Gdk.Display.get_default ();
@@ -26,7 +26,7 @@ namespace Caribou {
                                     BusNameOwnerFlags.ALLOW_REPLACEMENT
                                     | BusNameOwnerFlags.REPLACE,
                                     on_bus_acquired, null, quit);
-                       main_loop = new GLib.MainLoop ();
+            main_loop = new GLib.MainLoop ();
         }
 
         ~Daemon () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]