Changeset 45571 in webkit


Ignore:
Timestamp:
Jul 6, 2009 3:46:53 PM (15 years ago)
Author:
ddkilzer@apple.com
Message:

Bug 27000: Minor clean up to runtime_root.{cpp|h}

<https://bugs.webkit.org/show_bug.cgi?id=27000>

Reviewed by Geoff Garen.

  • bridge/runtime_root.cpp: Added blank line between license and the first #include statement.
  • bridge/runtime_root.h: Added comment to #endif.
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r45570 r45571  
     12009-07-06  David Kilzer  <ddkilzer@apple.com>
     2
     3        Bug 27000: Minor clean up to runtime_root.{cpp|h}
     4
     5        <https://bugs.webkit.org/show_bug.cgi?id=27000>
     6
     7        Reviewed by Geoff Garen.
     8
     9        * bridge/runtime_root.cpp: Added blank line between license and
     10        the first #include statement.
     11        * bridge/runtime_root.h: Added comment to #endif.
     12
    1132009-07-06  Roland Steiner  <rolandsteiner@google.com>
    214
  • trunk/WebCore/bridge/runtime_root.cpp

    r38418 r45571  
    2323 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2424 */
     25
    2526#include "config.h"
    2627#include "runtime_root.h"
  • trunk/WebCore/bridge/runtime_root.h

    r38137 r45571  
    8787} // namespace JSC
    8888
    89 #endif
     89#endif // RUNTIME_ROOT_H_
Note: See TracChangeset for help on using the changeset viewer.