Skip to content

Commit 5c79f74

Browse files
pcloudsgitster
authored andcommitted
refs.c: indent with tabs, not spaces
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f84b9b0 commit 5c79f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ enum ref_type ref_type(const char *refname)
646646
return REF_TYPE_PER_WORKTREE;
647647
if (is_pseudoref_syntax(refname))
648648
return REF_TYPE_PSEUDOREF;
649-
return REF_TYPE_NORMAL;
649+
return REF_TYPE_NORMAL;
650650
}
651651

652652
long get_files_ref_lock_timeout_ms(void)

0 commit comments

Comments
 (0)