Changeset 12069 in webkit for trunk/JavaScriptCore/kxmlcore


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.
Location:
trunk/JavaScriptCore/kxmlcore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kxmlcore/HashTable.h

    r12030 r12069  
    178178#ifndef WIN32
    179179    // Visual C++ has a swap for pairs defined.
    180         // swap pairs by component, in case of pair members that specialize swap
     180    // swap pairs by component, in case of pair members that specialize swap
    181181    template<typename T, typename U>
    182182    inline void swap(pair<T, U>& a, pair<T, U>& b)
  • trunk/JavaScriptCore/kxmlcore/TCSpinLock.h

    r11962 r12069  
    4444#include <sys/types.h>
    4545#endif
    46 #include <stdlib.h>     /* for abort() */
     46#include <stdlib.h>     /* for abort() */
    4747
    4848#if (defined __i386__ || defined __ppc__) && defined __GNUC__
Note: See TracChangeset for help on using the changeset viewer.