Skip to content

Commit 37c8558

Browse files
author
Ron Dahlgren
committedJun 11, 2013
Replace tabs with spaces
1 parent 301f900 commit 37c8558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/rt/rust_task.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ rust_task::cleanup_after_turn() {
587587
// stack and false otherwise.
588588
bool
589589
rust_task::new_big_stack() {
590-
assert(stk);
590+
assert(stk);
591591
// If we have a cached big stack segment, use it.
592592
if (big_stack) {
593593
// Check to see if we're already on the big stack.
@@ -617,7 +617,7 @@ rust_task::new_big_stack() {
617617
if (big_stack->next)
618618
big_stack->next->prev = big_stack;
619619
big_stack->prev = stk;
620-
stk->next = big_stack;
620+
stk->next = big_stack;
621621

622622
stk = big_stack;
623623

0 commit comments

Comments
 (0)