Code

Fix whitespace
authorbill lam <cbill.lam@gmail.com>
Thu, 12 Nov 2009 03:02:42 +0000 (11:02 +0800)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 13 Nov 2009 11:57:45 +0000 (06:57 -0500)
There is whitespaces on 2 of the original source line.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
tig.c

diff --git a/tig.c b/tig.c
index f43ec7f7db4074fb0d1d5966d2590579be6b639e..a442024168dbf6d692e62437db4fab308f3173ac 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -7587,8 +7587,8 @@ parse_options(int argc, const char *argv[])
                        die("command too long");
        }
 
-       if (!prepare_update(VIEW(request), custom_argv, NULL, FORMAT_NONE))                                                                        
-               die("Failed to format arguments"); 
+       if (!prepare_update(VIEW(request), custom_argv, NULL, FORMAT_NONE))
+               die("Failed to format arguments");
 
        return request;
 }