]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Spacing fix
authorVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:43:27 +0000 (01:43 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:43:27 +0000 (01:43 +0200)
lib/Test/Valgrind/Tool/memcheck.pm

index 035b85550feb82f0fd638d292e33507dc3b532ff..20a3ff39abb62ae96b63f0c54bd0a032fbe99c4f 100644 (file)
@@ -79,7 +79,7 @@ Read-only accessor for the underlying L<XML::Twig> parser.
 
 =cut
 
-sub twig    { $_[0]->{twig} }
+sub twig { $_[0]->{twig} }
 
 sub suppressions_tag { 'memcheck-' . $_[1]->version }