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

    r33979 r34372  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28  
     28
    2929#ifndef Instruction_h
    3030#define Instruction_h
     
    3737        Instruction(Opcode opcode) { u.opcode = opcode; }
    3838        Instruction(int operand) { u.operand = operand; }
    39            
     39
    4040        union {
    4141            Opcode opcode;
     
    4343        } u;
    4444    };
    45    
     45
    4646} // namespace KJS
    4747
Note: See TracChangeset for help on using the changeset viewer.