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