Changeset 34372 in webkit for trunk/JavaScriptCore/VM/Opcode.h


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/Opcode.h

    r34371 r34372  
    122122        \
    123123        macro(op_end) // end must be the last opcode in the list
    124        
     124
    125125    #define OPCODE_ID_ENUM(opcode) opcode,
    126126        typedef enum { FOR_EACH_OPCODE_ID(OPCODE_ID_ENUM) } OpcodeID;
Note: See TracChangeset for help on using the changeset viewer.