contrib/hgk
changeset 5117 d4fa6bafc43a
parent 4969 b43db44cd047
child 5284 f8c36b215281
--- a/contrib/hgk
+++ b/contrib/hgk
@@ -32,7 +32,7 @@ proc ::tk::MouseWheel {wFired X Y D {shi
     # if we are outside the app, try and scroll the focus widget
     if {![winfo exists $w]} { catch {set w [focus]} }
     if {[winfo exists $w]} {
-        
+
         if {[bind $w $evt] ne ""} {
             # Awkward ... this widget has a MouseWheel binding, but to
             # trigger successfully in it, we must give it focus.
@@ -70,7 +70,7 @@ proc ::tk::MouseWheel {wFired X Y D {shi
 bind all <MouseWheel> [list ::tk::MouseWheel %W %X %Y %D 0]
 
 # end of win32 section
-} 
+}
 
 
 proc gitdir {} {