tanushreebaindur commented on pull request #709: URL: https://github.com/apache/incubator-nuttx-apps/pull/709#issuecomment-836700639
> @tanushreebaindur please fix the below nxstyle warning too: > > ``` > ../nuttx/tools/checkpatch.sh -g 842f149c7865a1be45fb1812dc10094b7fa01b33..HEAD > Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/examples/sotest/sotest_main.c:202:25: error: Operator/assignment must be preceded with whitespace > Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/examples/sotest/sotest_main.c:222:25: error: Operator/assignment must be preceded with whitespace > Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/examples/sotest/sotest_main.c:242:25: error: Operator/assignment must be preceded with whitespace > ``` This is one of the bugs in the nxstyle program: https://github.com/apache/incubator-nuttx/issues/628 Line 202 in sotest_main.c is referred to in the description. Lines 222 and 242 are similar to line 202. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
