Blob Blame History Raw
diff -up kdepim-3.5.10/dcopidlng/kdocAstUtil.pm.perl5_22 kdepim-3.5.10/dcopidlng/kdocAstUtil.pm
--- kdepim-3.5.10/dcopidlng/kdocAstUtil.pm.perl5_22	2005-09-10 03:24:05.000000000 -0500
+++ kdepim-3.5.10/dcopidlng/kdocAstUtil.pm	2015-07-06 10:32:13.169210452 -0500
@@ -647,7 +647,7 @@ sub dumpAst
 		dumpAst( $kid );
 	}
 
-	print "\t" x $depth, "Documentation nodes:\n" if defined 
+	print "\t" x $depth, "Documentation nodes:\n" if
 		@{ $node->{Doc}->{ "Text" }};
 
 	foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {