forked from len0rd/rockbox
sbtools,mkximboot: fix whitespace
Change-Id: I8d8adb783707172d1aaef302366c240310350ed8
This commit is contained in:
parent
58e27b9fa1
commit
7c7fa36918
16 changed files with 84 additions and 84 deletions
|
|
@ -733,7 +733,7 @@ struct cmd_file_t *db_parse_file(const char *file)
|
|||
inst->type = (inst->type == CMD_CALL) ? CMD_CALL_AT : CMD_JUMP_AT;
|
||||
inst->addr = parse_intexpr(&lctx, cmd_file->constant_list);
|
||||
}
|
||||
|
||||
|
||||
if(lexem.type == LEX_LPAREN)
|
||||
{
|
||||
next(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue