Skip to content
Snippets Groups Projects
Commit 364a879e authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Delete trailing whitespace

parent 3c5b1219
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ do ...@@ -20,7 +20,7 @@ do
case "x$1" in case "x$1" in
x--activity) x--activity)
activity=$2 activity=$2
shift shift
shift;; shift;;
x--stale) x--stale)
stale=$2 stale=$2
...@@ -31,7 +31,7 @@ do ...@@ -31,7 +31,7 @@ do
exit 1;; exit 1;;
x*) break;; x*) break;;
esac esac
done done
if [ $# != 2 ] if [ $# != 2 ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment