Skip to content

Commit

Permalink
Tabs not spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Delcambre committed Aug 22, 2014
1 parent 6f8e84b commit 7339250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/rugged/rugged_index.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,9 @@ static VALUE rb_git_index_readtree(VALUE self, VALUE rb_tree)
Data_Get_Struct(self, git_index, index);
Data_Get_Struct(rb_tree, git_tree, tree);

if (!rb_obj_is_kind_of(rb_tree, rb_cRuggedTree)) {
rb_raise(rb_eTypeError, "A Rugged::Tree instance is required");
}
if (!rb_obj_is_kind_of(rb_tree, rb_cRuggedTree)) {
rb_raise(rb_eTypeError, "A Rugged::Tree instance is required");
}

error = git_index_read_tree(index, tree);
rugged_exception_check(error);
Expand Down

0 comments on commit 7339250

Please sign in to comment.