You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/02/17 10:07:20 UTC

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1574: sync ps/assert output

xiaoxiang781216 commented on code in PR #1574:
URL: https://github.com/apache/nuttx-apps/pull/1574#discussion_r1109561130


##########
nshlib/nsh_proccmds.c:
##########
@@ -348,7 +348,7 @@ static int ps_callback(FAR struct nsh_vtbl_s *vtbl, FAR const char *dirpath,
   nsh_output(vtbl, "%3s ", status.td_cpu);
 #endif
 
-  nsh_output(vtbl, "%3s %-8s %-7s %3s %-8s %-9s ",
+  nsh_output(vtbl, "%3s %-8s %-7s %3s %-8s %-15s ",

Review Comment:
   why need extend the width?



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org