]> granicus.if.org Git - curl/commitdiff
runtests.pl: replace TAB with spaces
authorYang Tse <yangsita@gmail.com>
Fri, 9 Sep 2011 23:23:21 +0000 (01:23 +0200)
committerYang Tse <yangsita@gmail.com>
Fri, 9 Sep 2011 23:23:21 +0000 (01:23 +0200)
tests/runtests.pl

index 94c05ab8c9c68fac3c5911ee2413ab5497db07ad..ba986b75611dd761ab4f9619474cf7c55164d253 100755 (executable)
@@ -2118,10 +2118,10 @@ sub checksystem {
                $has_openssl=1;
                $ssllib="polarssl";
            } 
-          elsif ($libcurl =~ /axtls/i) {
-              $has_axtls=1;
-              $ssllib="axTLS";
-          }
+           elsif ($libcurl =~ /axtls/i) {
+               $has_axtls=1;
+               $ssllib="axTLS";
+           }
         }
         elsif($_ =~ /^Protocols: (.*)/i) {
             # these are the protocols compiled in to this libcurl
@@ -2825,7 +2825,7 @@ sub singletest {
     }
     elsif(!$tool) {
         # run curl, add --verbose for debug information output
-       $cmd = "-1 ".$cmd if(exists $feature{"SSL"} && ($has_axtls));
+        $cmd = "-1 ".$cmd if(exists $feature{"SSL"} && ($has_axtls));
 
         my $inc="";
         if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-include/)) {