Ignore:
Timestamp:
Jun 4, 2008, 10:36:55 PM (17 years ago)
Author:
[email protected]
Message:

2008-06-04 Sam Weinig <[email protected]>

Reviewed by Maciej Stachowiak.

Big cleanup of formatting and whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/RegisterFileStack.cpp

    r33979 r34372  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28  
     28
    2929#include "config.h"
    3030#include "RegisterFileStack.h"
     
    7070    }
    7171
    72     // Slow case: This is a nested register file: pop this register file and 
     72    // Slow case: This is a nested register file: pop this register file and
    7373    // copy its globals to the previous register file.
    7474    RegisterFile* tmp = m_stack.last();
Note: See TracChangeset for help on using the changeset viewer.