summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-07 13:39:05 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-07 16:19:47 +0200
commitb9f79cbd01cb6ed4495f7dc8e7878342150de3cc (patch)
treef8469f17a2e53535645578b4c34870859acd4f11 /tests/manual
parent6886d0ac609d6462f9a6c34ac6135c2fd7374692 (diff)
downloadqt-creator-b9f79cbd01cb6ed4495f7dc8e7878342150de3cc.tar.gz
Clean some trailing whitespace
Change-Id: I71bb0436ff06cb8981bf465ef42640b622a9f2bc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/manual')
-rwxr-xr-xtests/manual/distribution/elflint2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/distribution/elflint b/tests/manual/distribution/elflint
index 9f709a77c7..bbba62c360 100755
--- a/tests/manual/distribution/elflint
+++ b/tests/manual/distribution/elflint
@@ -9,7 +9,7 @@ find "${rootdir}" -type f -a -executable | while read file ; do
#echo "${file}"
result=`eu-elflint --gnu-ld --strict "${file}" | grep -v RPATH`
if test -n "${result}" ; then
- echo "${file}: ${result}"
+ echo "${file}: ${result}"
fi
fi
done