mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
White space tidy
This commit is contained in:
parent
d25c852098
commit
ff16686893
58 changed files with 310 additions and 310 deletions
|
@ -4068,7 +4068,7 @@ static void cliDumpPidProfile(uint8_t pidProfileIndex, dumpFlags_t dumpMask)
|
|||
|
||||
cliPrintLinefeed();
|
||||
cliProfile("");
|
||||
|
||||
|
||||
char profileStr[10];
|
||||
tfp_sprintf(profileStr, "profile %d", pidProfileIndex);
|
||||
dumpAllValues(PROFILE_VALUE, dumpMask, profileStr);
|
||||
|
@ -6391,7 +6391,7 @@ static void cliHelp(char *cmdline)
|
|||
) {
|
||||
printEntry = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (printEntry) {
|
||||
anyMatches = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue