Chromium Code Reviews| Index: src/lithium-allocator.cc |
| =================================================================== |
| --- src/lithium-allocator.cc (revision 10597) |
| +++ src/lithium-allocator.cc (working copy) |
| @@ -855,7 +855,7 @@ |
| LUnallocated* input_copy = cur_input->CopyUnconstrained(); |
| cur_input->set_virtual_register(GetVirtualRegister()); |
| - if(!AllocationOk()) return; |
| + if (!AllocationOk()) return; |
| if (RequiredRegisterKind(input_copy->virtual_register()) == |
| DOUBLE_REGISTERS) { |