From c90b97267d65aedbbf2271ac2aae34caab233bc8 Mon Sep 17 00:00:00 2001
From: Francesco Giacomini <francesco.giacomini@cnaf.infn.it>
Date: Tue, 14 Jan 2020 15:06:19 +0100
Subject: [PATCH] formatting

---
 t/no_ssl.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/no_ssl.t b/t/no_ssl.t
index ea3fea8..c4ef07e 100644
--- a/t/no_ssl.t
+++ b/t/no_ssl.t
@@ -12,7 +12,7 @@ __DATA__
     server {
         error_log logs/error.log debug;
         listen 8443;
-	location = / {
+        location = / {
             default_type text/plain;
             echo $voms_user;
         }
-- 
GitLab