Skip to content

Commit e516e9c

Browse files
Replace spaces with tabs.
1 parent c654c2b commit e516e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rugged/rugged_repo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ void Init_rugged_repo(void)
25312531
rb_define_method(rb_cRuggedRepo, "default_signature", rb_git_repo_default_signature, 0);
25322532

25332533
rb_define_method(rb_cRuggedRepo, "checkout_tree", rb_git_checkout_tree, -1);
2534-
rb_define_method(rb_cRuggedRepo, "checkout_index", rb_git_checkout_index, -1);
2534+
rb_define_method(rb_cRuggedRepo, "checkout_index", rb_git_checkout_index, -1);
25352535
rb_define_method(rb_cRuggedRepo, "checkout_head", rb_git_checkout_head, -1);
25362536

25372537
rb_define_method(rb_cRuggedRepo, "cherrypick", rb_git_repo_cherrypick, -1);

0 commit comments

Comments
 (0)