Using command: sudo sm-dump --impact --pid --pid_file
pid column is not formatted properly and there is no space
between pid and pid_file, this is due to pid's in linux can
have up to 7 characters.
This commit:
a) Increases this field to 8 characters in order to fix format
Test:
Use "sudo sm-dump --impact --pid --pid_file"
Closes-Bug: 1828045
Change-Id: I3966f12f68c6694078f8670962c0d4113b8820c6
Signed-off-by: Hayde Martinez <hayde.martinez.landa@intel.com>