cadvisor/utils/machine
shahidhs c4a523adb9 gofmt changes
Looks like formatting in 'utils/machine/machine.go' and
'utils/sysfs/sysfs.go' was incorrect and causing ./build/presubmit.sh
script to fail in Travis giving below error:
The following files are not properly formatted:
$ ./build/presubmit.sh
+./build/check_gofmt.sh .
utils/machine/machine.go utils/sysfs/sysfs.go utils/machine/machine.go
utils/sysfs/sysfs.go

Fixed the formatting using below command:
gofmt -l -w -s utils/sysfs/sysfs.go
gofmt -l -w -s utils/machine/machine.go
2015-10-19 16:07:20 +05:30
..
testdata population of memory limit for the machine container 2015-07-07 14:15:38 -07:00
machine.go gofmt changes 2015-10-19 16:07:20 +05:30
topology_test.go population of memory limit for the machine container 2015-07-07 14:15:38 -07:00