[gedit] Add missing new-line.



commit 5f1dcdd6df62918b465c3e3cf16b9df2cfccdc45
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Apr 9 14:50:26 2011 +0200

    Add missing new-line.

 gedit/gedit-command-line.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-command-line.c b/gedit/gedit-command-line.c
index 60fdb30..88a666f 100644
--- a/gedit/gedit-command-line.c
+++ b/gedit/gedit-command-line.c
@@ -97,6 +97,7 @@ gedit_command_line_constructor (GType                  gtype,
 
 	return g_object_ref (command_line);
 }
+
 static void
 gedit_command_line_class_init (GeditCommandLineClass *klass)
 {
@@ -309,7 +310,7 @@ gedit_command_line_parse (GeditCommandLine   *command_line,
 			N_("Run gedit in the background"),
 			NULL
 		},
-		
+
 		/* Wait for closing documents */
 		{
 			"standalone", 's', 0, G_OPTION_ARG_NONE,



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