Show
Ignore:
Timestamp:
07/07/12 14:58:36 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

#20 Skriptování: lepší odsazení

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vstup/skriptování.xml

    r114 r117  
    173173        # Měli bychom ošetřit zvláštní znaky v názvech souborů, 
    174174        # abychom nezpůsobili chybu GraphVizu. 
    175         print "n$i      [label=\"$_\"];\n"; 
    176         print "koren -> n$i;\n"; 
     175        print " n$i             [label=\"$_\"];\n"; 
     176        print " koren   -> n$i;\n"; 
    177177        $i++; 
    178178} 
     
    200200        # Měli bychom ošetřit zvláštní znaky v názvech souborů, 
    201201        # abychom nezpůsobili chybu GraphVizu. 
    202         print "n$i      [label=\"$_\"];\n"; 
    203         print "koren -> n$i;\n"; 
     202        print " n$i             [label=\"$_\"];\n"; 
     203        print " koren   -> n$i;\n"; 
    204204        $i++; 
    205205}