From 0fea11148200683bbb09bae64317ee004d810f7e Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas.karolak@ubicast.eu>
Date: Tue, 3 Oct 2017 14:32:14 +0200
Subject: [PATCH] fix identation & trailing space

---
 tests/test_apt.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/test_apt.sh b/tests/test_apt.sh
index acf51baa..079bd956 100755
--- a/tests/test_apt.sh
+++ b/tests/test_apt.sh
@@ -11,9 +11,9 @@ apt-get clean
 #Testing if sl package exists and remove it
 
 if ( dpkg -s sl >/dev/null 2>&1 ); then
-   echo "Removing already installed testing package"
-   apt-get remove -y sl
-fi 
+    echo "Removing already installed testing package"
+    apt-get remove -y sl
+fi
 
 # Installation testing package sl
 apt-get update
-- 
GitLab