vrahane opened a new pull request #179:
URL: https://github.com/apache/mynewt-newtmgr/pull/179


   - There was a space earlier and if the task name was bigger,
     it would cause formatting issues
   
   *BEFORE*
   ```
   Vipuls-MacBook-Pro-16-inch-2019:fw-signal vipul$ mcumgr --conntype ble 
--connstring peer_name=pr-8c1b taskstat
         task pri tid  runtime      csw    stksz   stkuse last_checkin 
next_checkin
       BT ECC  10   2        0        0      275      223        0        0
        BT RX 248   0        0        0     1024      105        0        0
     BT RX pri 246   1        0        0      112       43        0        0
        BT TX 247   3        0        0      160      102        0        0
      idle 00  15   5        0        0       80       14        0        0
         main   0   6        0        0     1024      358        0        0
     sysworkq 255   4        0        0      512      153        0        0
   ```
   
   *AFTER*
   ```
         task   pri tid  runtime      csw    stksz   stkuse last_checkin 
next_checkin
       BT ECC    10   2        0        0      275      223        0        0
        BT RX   248   0        0        0     1024      105        0        0
     BT RX pri  246   1        0        0      112       43        0        0
        BT TX   247   3        0        0      160      102        0        0
      idle 00    15   5        0        0       80       14        0        0
         main     0   6        0        0     1024      358        0        0
     sysworkq   255   4        0        0      512      153        0        0
   ```
   
   Any other suggestions welcome.
   


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


Reply via email to