Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
This commit is contained in:
parent
25dde91c7c
commit
8ba75fc522
90 changed files with 694 additions and 709 deletions
|
@ -545,7 +545,7 @@ static byte *find_unique_script_block(EngineState *s, byte *buf, int type) {
|
|||
int seeker_size = READ_LE_UINT16(buf + 2);
|
||||
assert(seeker_size > 0);
|
||||
buf += seeker_size;
|
||||
} while(1);
|
||||
} while (1);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue