style

Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index 5334225..f84c485 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -645,7 +645,7 @@
         fi
 
         if grep "$srv_pattern" $3 >/dev/null; then :
-                       return 0;
+                return 0;
         else
                 return 1;
         fi