Skip to content

Commit 8a765f8

Browse files
author
Andy Delcambre
committed
Whitespace
1 parent 44117e0 commit 8a765f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rugged/rugged_tree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static VALUE rb_git_tree_entrycount_recursive(int argc, VALUE* argv, VALUE self)
145145

146146
error = git_tree_walk(tree, GIT_TREEWALK_PRE, &rugged__treecount_cb, (void *)&payload);
147147

148-
if(error && giterr_last()->klass == GITERR_CALLBACK) {
148+
if (error && giterr_last()->klass == GITERR_CALLBACK) {
149149
giterr_clear();
150150
error = 0;
151151
}

0 commit comments

Comments
 (0)