Use two spaces to pad PS fields

Ed has asked that we revert to using two spaces for padding between PS fields.  I assume
this is for docker autotests.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2018-10-29 12:08:41 -05:00
parent aef9d56ae2
commit 13b05ea476

View File

@ -329,7 +329,7 @@ func psCmd(c *cli.Context) error {
} }
// Define a tab writer with stdout as the output // Define a tab writer with stdout as the output
w := tabwriter.NewWriter(os.Stdout, 0, 0, 1, ' ', 0) w := tabwriter.NewWriter(os.Stdout, 0, 0, 2, ' ', 0)
defer w.Flush() defer w.Flush()
// Output standard PS headers // Output standard PS headers