Ignore:
Timestamp:
Jun 4, 2008, 10:36:55 PM (17 years ago)
Author:
[email protected]
Message:

2008-06-04 Sam Weinig <[email protected]>

Reviewed by Maciej Stachowiak.

Big cleanup of formatting and whitespace.

File:
1 edited

Legend:

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

    r32259 r34372  
    2323 */
    2424
    25 #ifndef KJS_LOCAL_STORAGE_H
    26 #define KJS_LOCAL_STORAGE_H
     25#ifndef LocalStorageEntry_h
     26#define LocalStorageEntry_h
    2727
    2828#include <wtf/Forward.h>
     
    3030
    3131namespace KJS {
     32
    3233    class JSValue;
    3334
     
    4849
    4950    typedef Vector<LocalStorageEntry, 32> LocalStorage;
    50 }
     51
     52} // namespace KJS
    5153
    5254namespace WTF {
     55
    5356    template<> struct VectorTraits<KJS::LocalStorageEntry> : VectorTraitsBase<true, KJS::LocalStorageEntry> { };
    54 }
    5557
    56 #endif // KJS_LOCAL_STORAGE_H
     58} // namespace WTF
     59
     60#endif // LocalStorageEntry_h
Note: See TracChangeset for help on using the changeset viewer.