BAS: Another file is closer to the NuttX coding standard
This commit is contained in:
parent
1714c2b7da
commit
179474b3ab
File diff suppressed because it is too large
Load Diff
@ -1343,7 +1343,7 @@ struct String *Value_toString(struct Value *this, struct String *s, char pad,
|
||||
case -1:
|
||||
{
|
||||
++totalwidth;
|
||||
String_appendChar(&buf, sign = = -1 ? '-' : ' ');
|
||||
String_appendChar(&buf, sign == -1 ? '-' : ' ');
|
||||
break;
|
||||
}
|
||||
case 0:
|
||||
|
Loading…
Reference in New Issue
Block a user