Whitespace

This commit is contained in:
Layla Marchant 2020-10-28 10:45:35 -04:00
parent 4cd8b15d8f
commit 86f6fc597f
No known key found for this signature in database
GPG Key ID: 52FB5C20A8336782
1 changed files with 3 additions and 3 deletions

View File

@ -376,7 +376,7 @@ void engine_resetLists()
LinkedRect *r1, *r2; LinkedRect *r1, *r2;
ob = engine.bulletHead->next; ob = engine.bulletHead->next;
while(ob != NULL) while (ob != NULL)
{ {
ob2 = ob; ob2 = ob;
ob = ob->next; ob = ob->next;
@ -386,7 +386,7 @@ void engine_resetLists()
engine.bulletTail = engine.bulletHead; engine.bulletTail = engine.bulletHead;
ob = engine.explosionHead->next; ob = engine.explosionHead->next;
while(ob != NULL) while (ob != NULL)
{ {
ob2 = ob; ob2 = ob;
ob = ob->next; ob = ob->next;
@ -418,7 +418,7 @@ void engine_resetLists()
screen_bufferTail = screen_bufferHead; screen_bufferTail = screen_bufferHead;
ob = engine.debrisHead->next; ob = engine.debrisHead->next;
while(ob != NULL) while (ob != NULL)
{ {
ob2 = ob; ob2 = ob;
ob = ob->next; ob = ob->next;