[iagno] Remove white spaces.
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Remove white spaces.
- Date: Thu, 17 Jul 2014 13:46:30 +0000 (UTC)
commit 577adbecaf0a7fe8f00868e64b993eb40436e40d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Jul 15 14:38:20 2014 +0200
Remove white spaces.
https://bugzilla.gnome.org/show_bug.cgi?id=733224
src/game-view.vala | 4 ++--
src/iagno.vala | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 214173f..4c06d80 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -39,7 +39,7 @@ public class GameView : Gtk.DrawingArea
return int.min (get_allocated_width () / 8, get_allocated_height () / (int) 8) - GRID_WIDTH;
}
}
-
+
private int x_offset
{
get
@@ -251,7 +251,7 @@ public class GameView : Gtk.DrawingArea
});
}
}
-
+
private void set_square (int x, int y, int pixmap)
{
if (pixmaps[x, y] == pixmap)
diff --git a/src/iagno.vala b/src/iagno.vala
index f046873..2a29a0c 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -90,7 +90,7 @@ public class Iagno : Gtk.Application
window.icon_name = "iagno";
window.configure_event.connect (window_configure_event_cb);
window.window_state_event.connect (window_state_event_cb);
- window.set_default_size (settings.get_int ("window-width"), settings.get_int ("window-height"));
+ window.set_default_size (settings.get_int ("window-width"), settings.get_int ("window-height"));
if (settings.get_boolean ("window-is-maximized"))
window.maximize ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]