# HG changeset patch # User František Kučera # Date 1341665916 -7200 # Node ID 71d58d008058e42978dce355bce48bc9c4e3dc60 # Parent 12679d1f803d5f5390fe52a3bf7e17c9018a78c5 #20 Skriptování: lepší odsazení diff -r 12679d1f803d -r 71d58d008058 vstup/skriptování.xml --- a/vstup/skriptování.xml Fri Jul 06 22:29:00 2012 +0200 +++ b/vstup/skriptování.xml Sat Jul 07 14:58:36 2012 +0200 @@ -172,8 +172,8 @@ next if (/^\./); # Měli bychom ošetřit zvláštní znaky v názvech souborů, # abychom nezpůsobili chybu GraphVizu. - print "n$i [label=\"$_\"];\n"; - print "koren -> n$i;\n"; + print " n$i [label=\"$_\"];\n"; + print " koren -> n$i;\n"; $i++; } @@ -199,8 +199,8 @@ next if (/^\./); # Měli bychom ošetřit zvláštní znaky v názvech souborů, # abychom nezpůsobili chybu GraphVizu. - print "n$i [label=\"$_\"];\n"; - print "koren -> n$i;\n"; + print " n$i [label=\"$_\"];\n"; + print " koren -> n$i;\n"; $i++; }