summaryrefslogtreecommitdiff
path: root/src/checkout.c
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-05-15 08:31:37 -0700
committerVicent Martí <vicent@github.com>2013-05-15 08:31:37 -0700
commit86c6f74a79ef61582b636d478a9852ae54d87e2e (patch)
treef1c4e33497c216c333dc0133d8a15fcd137c358b /src/checkout.c
parentbc2020d64869aa19a88b71aee33a24b54c178dab (diff)
parent0cb16fe924fb5c4e58866c28b06ace876e2dcbd3 (diff)
downloadlibgit2-86c6f74a79ef61582b636d478a9852ae54d87e2e.tar.gz
Merge pull request #1583 from linquize/whitespace
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;