Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- trace.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trace.c b/trace.c index ce01c34..f9efc91 100644 --- a/trace.c +++ b/trace.c @@ -55,7 +55,7 @@ static int get_trace_fd(int *need_close) { char *trace = getenv("GIT_TRACE"); - if (!trace || !strcmp(trace, "0") || !strcasecmp(trace," false")) + if (!trace || !strcmp(trace, "0") || !strcasecmp(trace, "false")) return 0; if (!strcmp(trace, "1") || !strcasecmp(trace, "true")) return STDERR_FILENO; -- 1.4.2.g886e - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html