From 0aae427eb3838297f6e204c2961739ef834762cf Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 21 Sep 2014 11:31:14 +0100 Subject: rm superfluous whitespace --- jpegtran-rotate-lossless | 2 -- 1 file changed, 2 deletions(-) (limited to 'jpegtran-rotate-lossless') 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> ' 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' -- cgit v1.2.3