Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Dahlgren committed Jun 11, 2013
1 parent 301f900 commit 37c8558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rt/rust_task.cpp
Expand Up @@ -587,7 +587,7 @@ rust_task::cleanup_after_turn() {
// stack and false otherwise.
bool
rust_task::new_big_stack() {
assert(stk);
assert(stk);
// If we have a cached big stack segment, use it.
if (big_stack) {
// Check to see if we're already on the big stack.
Expand Down Expand Up @@ -617,7 +617,7 @@ rust_task::new_big_stack() {
if (big_stack->next)
big_stack->next->prev = big_stack;
big_stack->prev = stk;
stk->next = big_stack;
stk->next = big_stack;

stk = big_stack;

Expand Down

5 comments on commit 37c8558

@bors
Copy link
Contributor

@bors bors commented on 37c8558 Jun 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 37c8558 Jun 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging influenza/rust/rust-7022 = 37c8558 into auto

@bors
Copy link
Contributor

@bors bors commented on 37c8558 Jun 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

influenza/rust/rust-7022 = 37c8558 merged ok, testing candidate = 1175e94

@bors
Copy link
Contributor

@bors bors commented on 37c8558 Jun 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 37c8558 Jun 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 1175e94

Please sign in to comment.