summaryrefslogtreecommitdiff
path: root/src/checkout.c
diff options
context:
space:
mode:
authorLinquize <linquize@yahoo.com.hk>2013-05-15 20:26:55 +0800
committerLinquize <linquize@yahoo.com.hk>2013-05-15 20:26:55 +0800
commit0cb16fe924fb5c4e58866c28b06ace876e2dcbd3 (patch)
treef1c4e33497c216c333dc0133d8a15fcd137c358b /src/checkout.c
parentbc2020d64869aa19a88b71aee33a24b54c178dab (diff)
downloadlibgit2-0cb16fe924fb5c4e58866c28b06ace876e2dcbd3.tar.gz
Unify whitespaces to tabs
Diffstat (limited to 'src/checkout.c')
-rw-r--r--src/checkout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkout.c b/src/checkout.c
index 6835db073..68028dfef 100644
--- a/src/checkout.c
+++ b/src/checkout.c
@@ -770,7 +770,7 @@ static int blob_content_to_link(
int error;
if ((error = git_futils_mkpath2file(path, dir_mode)) < 0)
- return error;
+ return error;
if ((error = git_blob__getbuf(&linktarget, blob)) < 0)
return error;