 Chromium Code Reviews
 Chromium Code Reviews Issue 18509003:
  Keep two empty lines between declarations for cpp files  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 18509003:
  Keep two empty lines between declarations for cpp files  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/x64/lithium-x64.cc | 
| =================================================================== | 
| --- src/x64/lithium-x64.cc (revision 15486) | 
| +++ src/x64/lithium-x64.cc (working copy) | 
| @@ -1168,6 +1168,7 @@ | 
| return AssignEnvironment(DefineAsRegister(result)); | 
| } | 
| + | 
| LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { | 
| LOperand* input = UseRegisterAtStart(instr->value()); | 
| LMathAbs* result = new(zone()) LMathAbs(input); |