Code

Fix whitespace
[tig.git] / 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;
 }