aboutsummaryrefslogtreecommitdiff
path: root/util/status/status.sh
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2013-11-07 18:03:05 +0800
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-11-07 11:59:24 +0100
commit86655cf835900d54569a867de05e56ccd71db879 (patch)
treedf72be92239ecc84c09ed6f410c0722d1c5bfdaa /util/status/status.sh
parent0ce5ebf0a09bfdc7f93737d441cf46899ed1cc79 (diff)
Trivial: Remove trailing whitespaces in status.sh
The whitespaces make "git commit" failed. lint-stable-003-whitespace Check for superfluous whitespace in the tree ======== test failed: File util/status/status.sh has lines ending with whitespace. ======== Change-Id: I52fc5ae3e5aa81dac098b36d2479e4d10325a09b Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/4032 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'util/status/status.sh')
-rw-r--r--util/status/status.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/status/status.sh b/util/status/status.sh
index 0c0c714a5d..4b5496ca02 100644
--- a/util/status/status.sh
+++ b/util/status/status.sh
@@ -3,7 +3,7 @@
# This file is part of the coreboot project.
#
# Copyright (C) 2013 Google Inc.
-#
+#
EXIT_SUCCESS=0
EXIT_FAILURE=1
@@ -77,7 +77,7 @@ cmd()
if [ $? -eq 0 ]; then
return
fi
-
+
echo "Failed to run command: $2"
exit $EXIT_FAILURE
}