From: jberlin@webkit.org Date: Tue, 2 Feb 2010 15:35:41 +0000 (+0000) Subject: 2010-02-02 Jessie Berlin X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=5d7ae01aaf536866b102c5e4089f058aa7ed8604 2010-02-02 Jessie Berlin Rubber Stamped by Holger Freyther. [Qt] Fix style issue identified in bug: https://bugs.webkit.org/show_bug.cgi?id=34329 * WebCoreSupport/InspectorClientQt.cpp: (WebCore::InspectorClientWebPage::InspectorClientWebPage): Fix indentation. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@54236 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog index 620fa23..f58902f 100644 --- a/WebKit/qt/ChangeLog +++ b/WebKit/qt/ChangeLog @@ -1,3 +1,14 @@ +2010-02-02 Jessie Berlin + + Rubber Stamped by Holger Freyther. + + [Qt] Fix style issue identified in bug: + https://bugs.webkit.org/show_bug.cgi?id=34329 + + * WebCoreSupport/InspectorClientQt.cpp: + (WebCore::InspectorClientWebPage::InspectorClientWebPage): + Fix indentation. + 2010-02-01 Jessie Berlin Reviewed by Holger Freyther. diff --git a/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp b/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp index dc1e320..4927ea8 100644 --- a/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp +++ b/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp @@ -58,7 +58,7 @@ class InspectorClientWebPage : public QWebPage { friend class InspectorClientQt; public: InspectorClientWebPage(QObject* parent = 0) - : QWebPage(parent) + : QWebPage(parent) { }