Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nshlib: Add missing newline in cmd_pidof output #2607

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

no1wudi
Copy link
Contributor

@no1wudi no1wudi commented Sep 27, 2024

Summary

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>

Impact

Minor

Testing

Local

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 <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit dca6c0c into apache:master Sep 27, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants