diff mbox series

[v2,1/8] refs.c: indent with tabs, not spaces

Message ID 20180929191029.13994-2-pclouds@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/8] refs.c: indent with tabs, not spaces | expand

Commit Message

Duy Nguyen Sept. 29, 2018, 7:10 p.m. UTC
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 refs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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)