Ignore:
Timestamp:
Sep 18, 2008, 4:34:09 PM (17 years ago)
Author:
Darin Adler
Message:

2008-09-18 Darin Adler <Darin Adler>

Reviewed by Sam Weinig.

  • kjs/JSGlobalObject.h: Tiny style guideline tweak.
File:
1 edited

Legend:

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

    r36316 r36632  
    296296    }
    297297
    298     inline JSValue* StructureID::prototypeForLookup(ExecState* exec) {
     298    inline JSValue* StructureID::prototypeForLookup(ExecState* exec)
     299    {
    299300        if (m_type == ObjectType)
    300301            return m_prototype;
Note: See TracChangeset for help on using the changeset viewer.