1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
Vincent Batts 7617ec176d .: remove trailing white spaces
blame tibor this one ;-)
```
find . -type f -not -name '*.png' -not -name '*.go' -not -name '*.md'
-not -name '*.tar' -not -name '*.pem' -not -path './vendor/*' -not -path
'./.git/*' -not -path '*/testdata/*' -not -path './docs/*images*' -not
-path '*/testfiles/*' -not -path './bundles/*' -not -path
'./docs/*static*/*' -not -path './docs/*article-img/*' -exec grep -HnEl
'[[:space:]]$' {} \; | xargs sed -iE 's/[[:space:]]*$//'
```

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-03-25 13:38:17 -04:00
..
command Some fixed for new LABEL stuff 2015-03-16 22:53:41 -07:00
parser Cleanup redundant else statements find via golint #11602 2015-03-23 20:40:29 +00:00
dispatchers.go Check volume path to make sure its not the empty string 2015-03-20 21:39:49 -07:00
evaluator.go Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
internals.go Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
job.go Implement build cancellation 2015-03-22 11:31:28 +00:00
shell_parser.go Cleanup redundant else statements find via golint #11602 2015-03-23 20:40:29 +00:00
shell_parser_test.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
support.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
words .: remove trailing white spaces 2015-03-25 13:38:17 -04:00