Changeset 38314 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 11, 2008, 1:49:34 PM (17 years ago)
Author:
[email protected]
Message:

Rubber-stamped by Adam Roben.

  • wtf/AVLTree.h: (WTF::AVLTree::Iterator::start_iter): Fix indentation a little more.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38313 r38314  
     12008-11-11  Alexey Proskuryakov  <[email protected]>
     2
     3        Rubber-stamped by Adam Roben.
     4
     5        * wtf/AVLTree.h: (WTF::AVLTree::Iterator::start_iter):
     6        Fix indentation a little more.
     7
    182008-11-11  Cameron Zwarich  <[email protected]>
    29
  • trunk/JavaScriptCore/wtf/AVLTree.h

    r38259 r38314  
    215215                branch[d] = cmp > 0;
    216216                path_h[d++] = h;
    217                 }
    218             }
     217            }
     218        }
    219219
    220220        void start_iter_least(AVLTree &tree)
Note: See TracChangeset for help on using the changeset viewer.