summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-06-20 08:11:09 -0400
committerTavian Barnes <tavianator@gmail.com>2010-06-20 08:11:09 -0400
commitac1ef5630c21c92455c8da9f4d77b81536ef9808 (patch)
tree46f25f0cc5d9cb6dfd799f9dee0d9fd53e1e7ad3 /tests
parente7a4812aa556f2c3159a6ca772e6c1f61de18e07 (diff)
downloaddimension-ac1ef5630c21c92455c8da9f4d77b81536ef9808.tar.xz
Whitespace fixes.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dimension/arithexp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/arithexp.sh b/tests/dimension/arithexp.sh
index 917f6bc..c5be884 100755
--- a/tests/dimension/arithexp.sh
+++ b/tests/dimension/arithexp.sh
@@ -25,7 +25,7 @@ arithexp_exp="$(echo -n \
(sphere
(vector (float 2) (float 2) (float 3) (integer 0) (integer 0))
(float 0.718282))
- object-modifiers))' \
+ object-modifiers))' \
| tr '\n' ' ' | sed -r 's/[[:space:]]+/ /g')"
if [ "$arithexp" != "$arithexp_exp" ]; then