mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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
|
|
@ -265,7 +265,7 @@ static bool parse_sb_version(struct sb1_version_t *ver, char *str)
|
|||
}
|
||||
|
||||
/**
|
||||
* Command line parsing
|
||||
* Command line parsing
|
||||
*/
|
||||
|
||||
#define MAX_NR_ARGS 2
|
||||
|
|
@ -586,7 +586,7 @@ static void usage(void)
|
|||
printf(" -N/-nonstrict\t\t\tClear strict flag\n");
|
||||
printf(" -call <addr>\t\t\tCall code at a specified address\n");
|
||||
printf(" -jump <addr>\t\t\tJump to code at a specified address\n");
|
||||
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
@ -623,4 +623,4 @@ int main(int argc, char **argv)
|
|||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue