From 364a879eacdff87420253117ed79b03039428304 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <cederp@opera.com> Date: Thu, 12 Dec 2024 10:57:57 +0100 Subject: [PATCH] Delete trailing whitespace --- check_lysrdiff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_lysrdiff b/check_lysrdiff index edc25f9..e3bd355 100755 --- a/check_lysrdiff +++ b/check_lysrdiff @@ -20,7 +20,7 @@ do case "x$1" in x--activity) activity=$2 - shift + shift shift;; x--stale) stale=$2 @@ -31,7 +31,7 @@ do exit 1;; x*) break;; esac -done +done if [ $# != 2 ] then -- GitLab