From 035ab1a8ea61b3fe90d21908c06d43fbf5dd76ad Mon Sep 17 00:00:00 2001 From: bill lam Date: Thu, 12 Nov 2009 11:02:42 +0800 Subject: [PATCH] Fix whitespace There is whitespaces on 2 of the original source line. Signed-off-by: Jonas Fonseca --- tig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tig.c b/tig.c index f43ec7f..a442024 100644 --- 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; } -- 2.30.2