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/surface.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/surface.cpp') 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