Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/internal.h


Ignore:
Timestamp:
Jan 13, 2006, 1:32:51 AM (19 years ago)
Author:
darin
Message:
  • Replaced tabs with spaces in source files that had less than 10 lines with tabs.
  • Set allow-tabs Subversion property in source files that have more than 10 lines with tabs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/internal.h

    r11962 r12069  
    179179
    180180  enum CodeType { GlobalCode,
    181                   EvalCode,
    182                   FunctionCode,
    183                   AnonymousCode };
     181                  EvalCode,
     182                  FunctionCode,
     183                  AnonymousCode };
    184184
    185185  /**
Note: See TracChangeset for help on using the changeset viewer.