diff --git a/t/no_ssl.t b/t/no_ssl.t
index ea3fea82ba08b7f38694671798c69ab5b26fa0c0..c4ef07eb3aefa3a6c30aa507977ca12a06609fd4 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;
         }