BAS: Another file is closer to the NuttX coding standard

This commit is contained in:
Gregory Nutt 2014-11-01 19:27:54 -06:00
parent 1714c2b7da
commit 179474b3ab
2 changed files with 1445 additions and 1098 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1343,7 +1343,7 @@ struct String *Value_toString(struct Value *this, struct String *s, char pad,
case -1: case -1:
{ {
++totalwidth; ++totalwidth;
String_appendChar(&buf, sign = = -1 ? '-' : ' '); String_appendChar(&buf, sign == -1 ? '-' : ' ');
break; break;
} }
case 0: case 0: