[gnome-games] gnomine: Fix whitespace



commit 3262b37a937a7577a1fe4bdad5aa75979fa697dd
Author: Robert Ancell <robert ancell canonical com>
Date:   Sun Jul 15 19:29:41 2012 +1200

    gnomine: Fix whitespace

 gnomine/src/gnomine.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomine/src/gnomine.vala b/gnomine/src/gnomine.vala
index b8b13d6..b6f9b9f 100644
--- a/gnomine/src/gnomine.vala
+++ b/gnomine/src/gnomine.vala
@@ -194,12 +194,12 @@ public class GnoMine : Gtk.Application
 
         var status_alignment = new Gtk.Alignment (1.0f, 0.5f, 0.0f, 0.0f);
         status_alignment.add (status_box);
-        status_alignment.show();
+        status_alignment.show ();
 
         var status_item = new Gtk.ToolItem ();
         status_item.set_expand (true);
         status_item.add (status_alignment);
-        status_item.show();
+        status_item.show ();
 
         toolbar.insert (status_item, -1);
         main_vbox.pack_start (toolbar, false, false, 0);



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