mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user