Skip to content

Commit 40b87ff

Browse files
mark987paulusmack
authored andcommitted
[PATCH] gitk - remove trailing whitespace from a few lines.
Signed-off-by: Mark Levedahl <[email protected]> Signed-off-by: Junio C Hamano <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 27cb61c commit 40b87ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gitk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ proc makewindow {} {
427427
.bar.view add separator
428428
.bar.view add radiobutton -label "All files" -command {showview 0} \
429429
-variable selectedview -value 0
430-
430+
431431
menu .bar.help
432432
.bar add cascade -label "Help" -menu .bar.help
433433
.bar.help add command -label "About gitk" -command about
@@ -1402,7 +1402,7 @@ proc newview {ishighlight} {
14021402
set newviewname($nextviewnum) "View $nextviewnum"
14031403
set newviewperm($nextviewnum) 0
14041404
set newviewargs($nextviewnum) [shellarglist $revtreeargs]
1405-
vieweditor $top $nextviewnum "Gitk view definition"
1405+
vieweditor $top $nextviewnum "Gitk view definition"
14061406
}
14071407

14081408
proc editview {} {
@@ -3897,7 +3897,7 @@ proc selectline {l isnew} {
38973897
}
38983898
$ctext insert end "\n"
38993899
}
3900-
3900+
39013901
set headers {}
39023902
set olds [lindex $parentlist $l]
39033903
if {[llength $olds] > 1} {
@@ -4006,7 +4006,7 @@ proc selnextpage {dir} {
40064006
set l [expr $numcommits - 1]
40074007
}
40084008
unmarkmatches
4009-
selectline $l 1
4009+
selectline $l 1
40104010
}
40114011

40124012
proc unselectline {} {

0 commit comments

Comments
 (0)