You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by ge...@apache.org on 2005/09/07 19:46:10 UTC

svn commit: r279383 - /perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm

Author: geoff
Date: Wed Sep  7 10:46:08 2005
New Revision: 279383

URL: http://svn.apache.org/viewcvs?rev=279383&view=rev
Log:
spacing

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm?rev=279383&r1=279382&r2=279383&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm Wed Sep  7 10:46:08 2005
@@ -351,11 +351,11 @@
                 $file = $default_conf;
             }
             else {
-              # try a little harder
-              if (my $root = $self->{httpd_defines}->{HTTPD_ROOT}) {
-                  debug "using HTTPD_ROOT to resolve $default_conf";
-                  $file = catfile $root, $default_conf;
-              }
+                # try a little harder
+                if (my $root = $self->{httpd_defines}->{HTTPD_ROOT}) {
+                    debug "using HTTPD_ROOT to resolve $default_conf";
+                    $file = catfile $root, $default_conf;
+                }
             }
         }
     }