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/pcre/pcre_compile.c

    r11962 r12069  
    48944894          ++ptr;
    48954895          }
    4896        
     4896
    48974897        {
    4898           int i;
     4898          int i;
    48994899          for (i = 0; i < _pcre_utf8_table1_size; i++)
    49004900            if (c <= _pcre_utf8_table1[i]) break;
    49014901          length += i;
    4902           lastitemlength += i;
    4903         }
     4902          lastitemlength += i;
     4903        }
    49044904      }
    49054905#else
Note: See TracChangeset for help on using the changeset viewer.