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 pg...@apache.org on 2006/08/07 02:16:34 UTC

svn commit: r429218 - /perl/Apache-Test/trunk/lib/Apache/TestUtil.pm

Author: pgollucci
Date: Sun Aug  6 17:16:34 2006
New Revision: 429218

URL: http://svn.apache.org/viewvc?rev=429218&view=rev
Log:
style fixups


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

Modified: perl/Apache-Test/trunk/lib/Apache/TestUtil.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestUtil.pm?rev=429218&r1=429217&r2=429218&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestUtil.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestUtil.pm Sun Aug  6 17:16:34 2006
@@ -58,7 +58,7 @@
     my $f;
     sub t_start_error_log_watch {
 
-        my $name=File::Spec->catfile( Apache::Test::vars->{t_logs}, 'error_log' );
+        my $name = File::Spec->catfile(Apache::Test::vars->{t_logs}, 'error_log');
         open $f, "$name" or die "ERROR: Cannot open $name: $!\n";
         seek $f, 0, SEEK_END;