[gitg] Remove extra spaces at the end of line



commit f662d71c16203d7da831d2d31ccca17b90b64cd7
Author: Techlive Zheng <techlivezheng gmail com>
Date:   Mon May 20 02:55:22 2013 +0800

    Remove extra spaces at the end of line
    
    Signed-off-by: Ignacio Casal Quinteiro <icq gnome org>

 gitg/gitg-window.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitg/gitg-window.vala b/gitg/gitg-window.vala
index d309b08..6edf904 100644
--- a/gitg/gitg-window.vala
+++ b/gitg/gitg-window.vala
@@ -205,7 +205,7 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable, Gtk.
 
                chooser.show();
        }
-       
+
        private void on_reload_activated()
        {
                repository_changed();
@@ -687,4 +687,4 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable, Gtk.
 
 }
 
-// ex:ts=4 noet
\ No newline at end of file
+// ex:ts=4 noet


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