From 58f779b422ffbb2291364dcd5966ead10b21b087 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 17 Feb 2010 00:39:46 +0000 Subject: Formatting whitespace. --- src/XPM.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/XPM.cxx') diff --git a/src/XPM.cxx b/src/XPM.cxx index 7fc05bb9b..2a0399837 100644 --- a/src/XPM.cxx +++ b/src/XPM.cxx @@ -62,7 +62,7 @@ XPM::XPM(const char *textForm) : Init(textForm); } -XPM::XPM(const char * const *linesForm) : +XPM::XPM(const char *const *linesForm) : data(0), codes(0), colours(0), lines(0) { Init(linesForm); } @@ -88,7 +88,7 @@ void XPM::Init(const char *textForm) { } } -void XPM::Init(const char * const *linesForm) { +void XPM::Init(const char *const *linesForm) { Clear(); height = 1; width = 1; @@ -185,7 +185,7 @@ void XPM::Draw(Surface *surface, PRectangle &rc) { // Centre the pixmap int startY = rc.top + (rc.Height() - height) / 2; int startX = rc.left + (rc.Width() - width) / 2; - for (int y=0;y