diff options
author | Patrick Simianer <p@simianer.de> | 2014-09-21 11:31:14 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-09-21 11:31:14 +0100 |
commit | 0aae427eb3838297f6e204c2961739ef834762cf (patch) | |
tree | c533ade19b5c699a2edb4b309e8fd40cc4c03239 /jpegtran-rotate-lossless | |
parent | 6571bd6dd7b80927a17c9639c93c888e5cc98a53 (diff) |
rm superfluous whitespace
Diffstat (limited to 'jpegtran-rotate-lossless')
-rwxr-xr-x | jpegtran-rotate-lossless | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jpegtran-rotate-lossless b/jpegtran-rotate-lossless index 77a0949..f876e10 100755 --- a/jpegtran-rotate-lossless +++ b/jpegtran-rotate-lossless @@ -1,6 +1,5 @@ #!/bin/sh - function usage { echo 'Usage: jpegtran-rotate-lossless.sh <90|180|270> <file>' exit 1 @@ -20,7 +19,6 @@ case $ROTATION in usage ;; esac - jpegtran -rotate $ROTATION -trim -copy all $FILE > $FILE-rotate if [ $? -ne 0 ]; then echo 'jpegtran-rotate-lossless.sh: jpegtran failed' |