From: Nguyễn Thái Ngọc Duy Date: Sat, 29 Sep 2018 19:10:22 +0000 (+0200) Subject: refs.c: indent with tabs, not spaces X-Git-Tag: v2.20.0-rc0~35^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c79f74f0514a29fe182b0a442406105fb6f1660;p=thirdparty%2Fgit.git refs.c: indent with tabs, not spaces Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/refs.c b/refs.c index a7a75b4cc0..9f7268d5fe 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)