mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed missing spaces after 'if'.
This commit is contained in:
parent
6497830a1b
commit
ab025b76a8
10 changed files with 11 additions and 11 deletions
|
@ -286,7 +286,7 @@ TEST(LQTest, TestElement_LQ_SOURCE_NONE_VALUES)
|
|||
displayPortTestPrint();
|
||||
#endif
|
||||
// then
|
||||
if (testdigit >= 10){
|
||||
if (testdigit >= 10) {
|
||||
displayPortTestBufferSubstring(8, 1,"%c9", SYM_LINK_QUALITY);
|
||||
}else{
|
||||
displayPortTestBufferSubstring(8, 1,"%c%1d", SYM_LINK_QUALITY, testdigit - 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue