From 72a87758f315eb36b29e013810590da2142b7c26 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Wed, 10 Jan 2018 09:55:08 +0000
Subject: [PATCH] Remove spurious whitespace.

Fixup on commit 57190c20f3a6ea7e736b837d12496128a64d5128.
---
 src/backupninja.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backupninja.in b/src/backupninja.in
index 75d017e..90ac64e 100755
--- a/src/backupninja.in
+++ b/src/backupninja.in
@@ -253,12 +253,12 @@ function isnow() {
        warning "The 'when' variable in the configuration file is malformed. You either didn't specify the day or the time. Please read the README for examples."
        return 0
    fi
-   
+
    if [ "$at" != "at" ]; then
        warning "The 'when' option in the configuration doesn't contain an 'at'. Please read the README for examples."
        return 0
    fi
-   
+
    if [[ "$whentimeoriginal" != @([0-9][0-9])?(:[0-9][0-9]) ]]; then
        warning "The time in the 'when' option in the configuration is malformed. Please read the README for examples."
        return 0
-- 
GitLab