Vincent Batts
d4497c7a2b
.: 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>
Upstream-commit: 7617ec176d266650b19c2378ccab4aa41e6dc5a2
Component: engine
2015-03-25 13:38:17 -04:00
..
2015-02-13 09:13:29 -08:00
2014-07-28 17:41:59 -06:00
2014-12-16 14:46:25 +10:00
2014-12-16 14:46:25 +10:00
2015-02-13 09:13:29 -08:00
2015-02-14 17:51:28 +01:00
2015-03-25 13:38:17 -04:00
2015-02-13 09:13:29 -08:00
2015-01-07 18:12:02 +03:00
2014-09-16 11:49:05 +10:00
2014-09-22 13:33:38 +10:00
2014-10-11 16:30:36 -04:00