Fixed the spaces before tabs.
svn-id: r30667
This commit is contained in:
parent
66e9d4f5e8
commit
d6c34bdc4b
207 changed files with 6067 additions and 6067 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue