From d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Mon, 28 Jan 2008 00:14:17 +0000 Subject: Fixed the spaces before tabs. svn-id: r30667 --- graphics/font.h | 2 +- graphics/iff.h | 8 ++++---- graphics/surface.cpp | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'graphics') diff --git a/graphics/font.h b/graphics/font.h index 5e72e9d4b3..3911e6d32c 100644 --- a/graphics/font.h +++ b/graphics/font.h @@ -104,7 +104,7 @@ struct BBX { struct FontDesc { const char * name; /* font name*/ int maxwidth; /* max width in pixels*/ - int height; /* height in pixels*/ + int height; /* height in pixels*/ int fbbw, fbbh, fbbx, fbby; /* max bounding box */ int ascent; /* ascent (baseline) height*/ int firstchar; /* first character in bitmap*/ diff --git a/graphics/iff.h b/graphics/iff.h index 148a145a1d..1bda15c9d7 100644 --- a/graphics/iff.h +++ b/graphics/iff.h @@ -59,8 +59,8 @@ protected: void readCMAP(Common::IFFChunk &chunk); void readBODY(Common::IFFChunk &chunk); - BMHD _bitmapHeader; - uint32 _colorCount; + BMHD _bitmapHeader; + uint32 _colorCount; Surface *_surface; byte **_colors; @@ -83,8 +83,8 @@ protected: void readCMAP(Common::IFFChunk &chunk); void readBODY(Common::IFFChunk &chunk); - BMHD _bitmapHeader; - uint32 _colorCount; + BMHD _bitmapHeader; + uint32 _colorCount; Surface *_surface; byte **_colors; diff --git a/graphics/surface.cpp b/graphics/surface.cpp index bc815c360f..a9f3e75886 100644 --- a/graphics/surface.cpp +++ b/graphics/surface.cpp @@ -60,10 +60,10 @@ void Surface::create(uint16 width, uint16 height, uint8 bytesPP) { } void Surface::free() { - ::free(pixels); - pixels = 0; - w = h = pitch = 0; - bytesPerPixel = 0; + ::free(pixels); + pixels = 0; + w = h = pitch = 0; + bytesPerPixel = 0; } void Surface::hLine(int x, int y, int x2, uint32 color) { -- cgit v1.2.3