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

    r11962 r12069  
    4646
    4747        ProtectedReference& operator=(const Reference &r)
    48         {
     48        {
    4949            JSLock lock;
    5050            JSValue *old = base;
     
    5353            gcUnprotectNullTolerant(old);
    5454            return *this;
    55         }
     55        }
    5656
    5757    private:
Note: See TracChangeset for help on using the changeset viewer.