[file-roller/bug-588547] removed wrong whitespaces



commit d3631e3a67817637d690ba1dbb92305a4b4877b3
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jul 17 11:16:16 2009 +0200

    removed wrong whitespaces

 src/fr-command-7z.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
index c953b0c..b24cbd5 100644
--- a/src/fr-command-7z.c
+++ b/src/fr-command-7z.c
@@ -471,10 +471,10 @@ fr_command_7z_handle_error (FrCommand   *comm,
 
 		/* This is a way to fix bug #582712. */
 
-		if (comm->files->len != 1) 
+		if (comm->files->len != 1)
 			return;
-		
-		if (! g_str_has_suffix (comm->filename, ".001")) 
+
+		if (! g_str_has_suffix (comm->filename, ".001"))
 			return;
 
 		first = g_ptr_array_index (comm->files, 0);



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