Fixed the spaces before tabs.

svn-id: r30667
This commit is contained in:
Jordi Vilalta Prat 2008-01-28 00:14:17 +00:00
parent 66e9d4f5e8
commit d6c34bdc4b
207 changed files with 6067 additions and 6067 deletions

View file

@ -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) {