summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9247a4)
raw | patch | inline | side by side (parent: b9247a4)
author | bill lam <cbill.lam@gmail.com> | |
Thu, 12 Nov 2009 03:02:42 +0000 (11:02 +0800) | ||
committer | Jonas 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>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
tig.c | patch | blob | history |
index f43ec7f7db4074fb0d1d5966d2590579be6b639e..a442024168dbf6d692e62437db4fab308f3173ac 100644 (file)
--- a/tig.c
+++ b/tig.c
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;
}