summaryrefslogtreecommitdiff
path: root/src/diff_output.c
diff options
context:
space:
mode:
authorSascha Cunz <Sascha@BabbelBox.org>2012-10-05 13:02:35 +0200
committerSascha Cunz <Sascha@BabbelBox.org>2012-10-05 13:03:38 +0200
commit1a5cd26b8c90ecd512bff9d54846db1db277b492 (patch)
tree9feded8cef3913dab2c4124f38bd5b13a0561c1a /src/diff_output.c
parentf9cf12b4f58588309c0329d0525f1505f579c32d (diff)
downloadlibgit2-1a5cd26b8c90ecd512bff9d54846db1db277b492.tar.gz
Fix minor whitespace issue
Diffstat (limited to 'src/diff_output.c')
-rw-r--r--src/diff_output.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/diff_output.c b/src/diff_output.c
index 8a099a433..379bd6f70 100644
--- a/src/diff_output.c
+++ b/src/diff_output.c
@@ -1038,14 +1038,14 @@ static int print_patch_file(
if (git_buf_oom(pi->buf))
return -1;
- if (pi->print_cb(pi->cb_data, delta, NULL, GIT_DIFF_LINE_FILE_HDR, git_buf_cstr(pi->buf), git_buf_len(pi->buf)))
+ if (pi->print_cb(pi->cb_data, delta, NULL, GIT_DIFF_LINE_FILE_HDR, git_buf_cstr(pi->buf), git_buf_len(pi->buf)))
{
giterr_clear();
return GIT_EUSER;
}
- if (delta->binary != 1)
- return 0;
+ if (delta->binary != 1)
+ return 0;
git_buf_clear(pi->buf);
git_buf_printf(