mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-16 09:43:52 +00:00
Replace tabs with spaces
This commit is contained in:
parent
301f9001c0
commit
37c8558895
@ -587,7 +587,7 @@ rust_task::cleanup_after_turn() {
|
|||||||
// stack and false otherwise.
|
// stack and false otherwise.
|
||||||
bool
|
bool
|
||||||
rust_task::new_big_stack() {
|
rust_task::new_big_stack() {
|
||||||
assert(stk);
|
assert(stk);
|
||||||
// If we have a cached big stack segment, use it.
|
// If we have a cached big stack segment, use it.
|
||||||
if (big_stack) {
|
if (big_stack) {
|
||||||
// Check to see if we're already on the 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)
|
if (big_stack->next)
|
||||||
big_stack->next->prev = big_stack;
|
big_stack->next->prev = big_stack;
|
||||||
big_stack->prev = stk;
|
big_stack->prev = stk;
|
||||||
stk->next = big_stack;
|
stk->next = big_stack;
|
||||||
|
|
||||||
stk = big_stack;
|
stk = big_stack;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user