Merge pull request #634 from unclejack/gofmt_pass

gofmt to fix formatting
This commit is contained in:
Mrunal Patel 2015-06-16 09:27:08 -07:00
commit 6029e2334a
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ var (
"perf_event": &PerfEventGroup{},
"freezer": &FreezerGroup{},
}
CgroupProcesses = "cgroup.procs"
CgroupProcesses = "cgroup.procs"
HugePageSizes, _ = cgroups.GetHugePageSize()
)

View File

@ -48,9 +48,9 @@ func TestCheckpoint(t *testing.T) {
var stdout bytes.Buffer
pconfig := libcontainer.Process{
Args: []string{"cat"},
Env: standardEnvironment,
Stdin: stdinR,
Args: []string{"cat"},
Env: standardEnvironment,
Stdin: stdinR,
Stdout: &stdout,
}
@ -79,7 +79,7 @@ func TestCheckpoint(t *testing.T) {
checkpointOpts := &libcontainer.CriuOpts{
ImagesDirectory: imagesDir,
WorkDirectory: imagesDir,
WorkDirectory: imagesDir,
}
if err := container.Checkpoint(checkpointOpts); err != nil {