comparison contrib/hgk @ 19023:86531a7038ed

codingstyle: remove trailing spaces in various text files Better do it once than see random changes in diffs later.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 17 Apr 2013 03:40:18 +0200
parents 3131c9da8bf6
children 970394b6bd97
comparison
equal deleted inserted replaced
19022:cba222f01056 19023:86531a7038ed
560 global posx posy 560 global posx posy
561 561
562 if {[info exists posx]} { 562 if {[info exists posx]} {
563 wm geometry . +$posx+$posy 563 wm geometry . +$posx+$posy
564 } 564 }
565 565
566 menu .bar 566 menu .bar
567 .bar add cascade -label "File" -menu .bar.file 567 .bar add cascade -label "File" -menu .bar.file
568 menu .bar.file 568 menu .bar.file
569 .bar.file add command -label "Reread references" -command rereadrefs 569 .bar.file add command -label "Reread references" -command rereadrefs
570 .bar.file add command -label "Quit" -command doquit 570 .bar.file add command -label "Quit" -command doquit