Fix whitespace issues.
This commit is contained in:
parent
f5eaa991cf
commit
da50d090f5
|
@ -702,10 +702,8 @@ void doStarfield()
|
||||||
if (SDL_MUSTLOCK(screen))
|
if (SDL_MUSTLOCK(screen))
|
||||||
{
|
{
|
||||||
if (SDL_LockSurface(screen) < 0 )
|
if (SDL_LockSurface(screen) < 0 )
|
||||||
{
|
|
||||||
showErrorAndExit(2, "");
|
showErrorAndExit(2, "");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
int color = 0;
|
int color = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue