Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nshlib: Add missing newline in cmd_pidof output
Add newline at the end of cmd_pidof to show nsh prompt correctly. Before this patch: ``` nsh> pidof wifi 3 nsh> ``` After: ``` nsh> pidof wifi 3 nsh> ``` Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
- Loading branch information