Remove trailing whitespaces in regular file
Change-Id: I49c7f59fd1c695ccfccbd597a15e01d2d140eb20
This commit is contained in:
3
AUTHORS
3
AUTHORS
@@ -7,6 +7,7 @@ Chris Behrens <cbehrens+github@codestud.com>
|
|||||||
Christopher MacGown <ignoti+github@gmail.com>
|
Christopher MacGown <ignoti+github@gmail.com>
|
||||||
Ed Leafe <ed@leafe.com>
|
Ed Leafe <ed@leafe.com>
|
||||||
Eldar Nugaev <eldr@ya.ru>
|
Eldar Nugaev <eldr@ya.ru>
|
||||||
|
Hengqing Hu <hudayou@hotmail.com>
|
||||||
Ilya Alekseyev <ilyaalekseyev@acm.org>
|
Ilya Alekseyev <ilyaalekseyev@acm.org>
|
||||||
Johannes Erdfelt <johannes.erdfelt@rackspace.com>
|
Johannes Erdfelt <johannes.erdfelt@rackspace.com>
|
||||||
Josh Kearney <josh@jk0.org>
|
Josh Kearney <josh@jk0.org>
|
||||||
@@ -16,4 +17,4 @@ Lvov Maxim <mlvov@mirantis.com>
|
|||||||
Matt Dietz <matt.dietz@rackspace.com>
|
Matt Dietz <matt.dietz@rackspace.com>
|
||||||
Sandy Walsh <sandy@darksecretsoftware.com>
|
Sandy Walsh <sandy@darksecretsoftware.com>
|
||||||
Gabriel Hurley <gabriel@strikeawe.com>
|
Gabriel Hurley <gabriel@strikeawe.com>
|
||||||
Joe Heck <heckj@mac.com>
|
Joe Heck <heckj@mac.com>
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ for arg in "$@"; do
|
|||||||
process_option $arg
|
process_option $arg
|
||||||
done
|
done
|
||||||
|
|
||||||
# If enabled, tell nose to collect coverage data
|
# If enabled, tell nose to collect coverage data
|
||||||
if [ $coverage -eq 1 ]; then
|
if [ $coverage -eq 1 ]; then
|
||||||
noseopts="$noseopts --with-coverage --cover-package=keystoneclient"
|
noseopts="$noseopts --with-coverage --cover-package=keystoneclient"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user