From bd4c3be7ae4df15cdec09783a3e235c2408cd9b0 Mon Sep 17 00:00:00 2001
From: Jerome Charaoui <jerome@riseup.net>
Date: Sun, 14 Jan 2018 15:24:07 -0500
Subject: [PATCH] [borg] make indentation consistent with rest of file

---
 handlers/borg.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/handlers/borg.in b/handlers/borg.in
index c20e247d..79d6894f 100644
--- a/handlers/borg.in
+++ b/handlers/borg.in
@@ -83,14 +83,14 @@ initstr="borg init --encryption=$encryption $execstr_repository"
 debug "$initstr"
 
 if [ $test = 0 ]; then
-    output="`su -c "$initstr" 2>&1`"
-    if [ $? = 2 ]; then
-       debug $output
-       info "Repository was already initialized"
-    else
-       warning $output
-       warning "Repository has been initialized"
-    fi
+   output="`su -c "$initstr" 2>&1`"
+   if [ $? = 2 ]; then
+      debug $output
+      info "Repository was already initialized"
+   else
+      warning $output
+      warning "Repository has been initialized"
+   fi
 fi
 
 ### EXECUTE ###
-- 
GitLab