[lightsoff] Code cleanup as per gnome coding conventions



commit ed5943e7fb133f53e956c1bf29a07711bc82a1bc
Author: Sahil Sareen <sahil sareen hotmail com>
Date:   Tue Oct 21 18:34:23 2014 +0530

    Code cleanup as per gnome coding conventions
    
    Code convention fixes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738934

 src/lightsoff.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lightsoff.vala b/src/lightsoff.vala
index 387c014..ec74556 100644
--- a/src/lightsoff.vala
+++ b/src/lightsoff.vala
@@ -161,7 +161,7 @@ public class LightsOff : Gtk.Application
 
     private void new_game_cb ()
     {
-        game_view.reset_game();
+        game_view.reset_game ();
     }
 
     private void quit_cb ()


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