Reviewed/landed by Adam.
Final cleanup to conform to WebKit coding style!
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16014 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/qt/ImageQt.cpp b/WebCore/platform/qt/ImageQt.cpp
index 59d8e3c..18aa014 100644
--- a/WebCore/platform/qt/ImageQt.cpp
+++ b/WebCore/platform/qt/ImageQt.cpp
@@ -113,7 +113,7 @@
// Set the compositing operation.
ctxt->setCompositeOperation(op);
- QPainter *painter(ctxt->platformContext());
+ QPainter* painter(ctxt->platformContext());
// Test using example site at
// http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html
@@ -158,7 +158,7 @@
// Set the compositing operation.
ctxt->setCompositeOperation(op);
- QPainter *p = ctxt->platformContext();
+ QPainter* p = ctxt->platformContext();
p->drawTiledPixmap(dstRect, pix);
ctxt->restore();