summaryrefslogtreecommitdiff
path: root/refs.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-09-29 19:10:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-10-06 23:21:18 (GMT)
commit5c79f74f0514a29fe182b0a442406105fb6f1660 (patch)
tree1f770266c78b6cf6bae2f766ae2184831be0e32b /refs.c
parentf84b9b09d40408cf91bbc500d9f190a7866c3e0f (diff)
downloadgit-5c79f74f0514a29fe182b0a442406105fb6f1660.zip
git-5c79f74f0514a29fe182b0a442406105fb6f1660.tar.gz
git-5c79f74f0514a29fe182b0a442406105fb6f1660.tar.bz2
refs.c: indent with tabs, not spaces
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.c')
-rw-r--r--refs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs.c b/refs.c
index a7a75b4..9f7268d 100644
--- a/refs.c
+++ b/refs.c
@@ -646,7 +646,7 @@ enum ref_type ref_type(const char *refname)
return REF_TYPE_PER_WORKTREE;
if (is_pseudoref_syntax(refname))
return REF_TYPE_PSEUDOREF;
- return REF_TYPE_NORMAL;
+ return REF_TYPE_NORMAL;
}
long get_files_ref_lock_timeout_ms(void)