Skip to content

Commit

Permalink
Minor whitspace & style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Apr 8, 2014
1 parent 2a6939b commit 9eb5936
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion ext/byebug/byebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ call_at_return(VALUE context_obj, debug_context_t *dc, VALUE file, VALUE line)
{
dc->stop_reason = CTX_STOP_BREAKPOINT;
return call_at(context_obj, dc, rb_intern("at_return"), 2, file, line);

}

static void
Expand Down
3 changes: 1 addition & 2 deletions ext/byebug/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@ Context_stop_reason(VALUE self)
static VALUE
Context_step_into(int argc, VALUE *argv, VALUE self)
{
VALUE steps;
VALUE force;
VALUE steps, force;
debug_context_t *context;

rb_scan_args(argc, argv, "11", &steps, &force);
Expand Down
1 change: 0 additions & 1 deletion lib/byebug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def handle_post_mortem
Byebug.tracing = orig_tracing
end
private :handle_post_mortem

end
end

Expand Down

0 comments on commit 9eb5936

Please sign in to comment.