Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2010-05-27 Anders Bakken <agbakken@gmail.com>
        Reviewed by David Levin.

        qt_class.h has coding-style errors
        https://bugs.webkit.org/show_bug.cgi?id=39742

        Fix webkit coding style issues in qt_class.h

        * bridge/qt/qt_class.h:

Canonical link: https://commits.webkit.org/51369@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@60319 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
eseidel committed May 27, 2010
1 parent 7a7d2d8 commit 0605600
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions WebCore/ChangeLog
@@ -1,3 +1,14 @@
2010-05-27 Anders Bakken <agbakken@gmail.com>

Reviewed by David Levin.

qt_class.h has coding-style errors
https://bugs.webkit.org/show_bug.cgi?id=39742

Fix webkit coding style issues in qt_class.h

* bridge/qt/qt_class.h:

2010-05-27 Eric Carlson <eric.carlson@apple.com>

Reviewed by Darin Adler.
Expand Down
4 changes: 2 additions & 2 deletions WebCore/bridge/qt/qt_class.h
Expand Up @@ -17,8 +17,8 @@
*
*/

#ifndef BINDINGS_QT_CLASS_H_
#define BINDINGS_QT_CLASS_H_
#ifndef qt_class_h
#define qt_class_h

#include "Bridge.h"
#include "qglobal.h"
Expand Down

0 comments on commit 0605600

Please sign in to comment.