Skip to content

Commit

Permalink
[PATCH] gitk - remove trailing whitespace from a few lines.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Levedahl <mdl123@verizon.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Mark Levedahl authored and Paul Mackerras committed Feb 14, 2007
1 parent 27cb61c commit 40b87ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gitk
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ proc makewindow {} {
.bar.view add separator
.bar.view add radiobutton -label "All files" -command {showview 0} \
-variable selectedview -value 0

menu .bar.help
.bar add cascade -label "Help" -menu .bar.help
.bar.help add command -label "About gitk" -command about
Expand Down Expand Up @@ -1402,7 +1402,7 @@ proc newview {ishighlight} {
set newviewname($nextviewnum) "View $nextviewnum"
set newviewperm($nextviewnum) 0
set newviewargs($nextviewnum) [shellarglist $revtreeargs]
vieweditor $top $nextviewnum "Gitk view definition"
vieweditor $top $nextviewnum "Gitk view definition"
}

proc editview {} {
Expand Down Expand Up @@ -3897,7 +3897,7 @@ proc selectline {l isnew} {
}
$ctext insert end "\n"
}

set headers {}
set olds [lindex $parentlist $l]
if {[llength $olds] > 1} {
Expand Down Expand Up @@ -4006,7 +4006,7 @@ proc selnextpage {dir} {
set l [expr $numcommits - 1]
}
unmarkmatches
selectline $l 1
selectline $l 1
}

proc unselectline {} {
Expand Down

0 comments on commit 40b87ff

Please sign in to comment.