Skip to content

Commit

Permalink
Removed extra spaces from last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Aug 29, 2007
1 parent 2f7b70b commit 5625279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shotgun/lib/subtend/ruby.c
Expand Up @@ -377,7 +377,7 @@ VALUE rb_ary_join(VALUE array1, VALUE array2) {
}

VALUE rb_ary_reverse(VALUE array) {
return rb_funcall(array, rb_intern("reverse"), 0);
return rb_funcall(array, rb_intern("reverse"), 0);
}

VALUE rb_ary_unshift(VALUE array, VALUE val) {
Expand Down

0 comments on commit 5625279

Please sign in to comment.