diff options
| author | Ron Dahlgren <ronald.dahlgren@gmail.com> | 2013-06-11 13:10:41 -0700 |
|---|---|---|
| committer | Ron Dahlgren <ronald.dahlgren@gmail.com> | 2013-06-11 13:10:41 -0700 |
| commit | 37c855889586754ddd2e19147a40c92450ddadec (patch) | |
| tree | a7d7fbaca64a4d528502cd80cf85844f250f59f8 | |
| parent | 301f9001c01ffbca89241dcd8c0c2f1ae6928dfd (diff) | |
| download | rust-37c855889586754ddd2e19147a40c92450ddadec.tar.gz rust-37c855889586754ddd2e19147a40c92450ddadec.zip | |
Replace tabs with spaces
| -rw-r--r-- | src/rt/rust_task.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index befcf149936..f9b588b7850 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -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. @@ -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; |
