mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 13:55:18 +08:00
Trivial, Costmetic, ...
This commit is contained in:
@@ -1004,7 +1004,7 @@ int main(int argc, char **argv, char **envp)
|
||||
int next;
|
||||
|
||||
curr = n;
|
||||
if (line[curr-1] != ' ')
|
||||
if (line[curr - 1] != ' ')
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Operator/assignment must be preceded with whitespace at line %d:%d\n",
|
||||
|
||||
Reference in New Issue
Block a user