Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/lookup.cpp


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/lookup.cpp

    r12040 r12069  
    7777
    7878int Lookup::find(const struct HashTable *table,
    79                 const UChar *c, unsigned int len)
     79                const UChar *c, unsigned int len)
    8080{
    8181  const HashEntry *entry = ::findEntry(table, UString::Rep::computeHash(c, len), c, len);
Note: See TracChangeset for help on using the changeset viewer.