[PATCH 2/2] Fixing gitk indentation

Previous thread: [PATCH 1/2] gitk: Added support for OS X mouse wheel by Jonathan del Strother on Monday, October 15, 2007 - 2:33 am. (1 message)

Next thread: [PATCH resend] gitk: Do not pick up file names of "copy from" lines by Johannes Sixt on Monday, October 15, 2007 - 3:08 am. (1 message)
From: Jonathan del Strother
Date: Monday, October 15, 2007 - 2:33 am

From: Jonathan del Strother <jon.delStrother@bestbefore.tv>

Just tweaking some minor indentation issues in gitk

Signed-off-by: Jonathan del Strother <jon.delStrother@bestbefore.tv>
---
 gitk |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gitk b/gitk
index ee2a6f5..9b3e627 100755
--- a/gitk
+++ b/gitk
@@ -838,11 +838,11 @@ proc makewindow {} {
     bindall <1> {selcanvline %W %x %y}
     #bindall <B1-Motion> {selcanvline %W %x %y}
     if {[tk windowingsystem] == "win32"} {
-	bind . <MouseWheel> { windows_mousewheel_redirector %W %X %Y %D }
-	bind $ctext <MouseWheel> { windows_mousewheel_redirector %W %X %Y %D ; break }
+        bind . <MouseWheel> { windows_mousewheel_redirector %W %X %Y %D }
+        bind $ctext <MouseWheel> { windows_mousewheel_redirector %W %X %Y %D ; break }
     } else {
-	bindall <ButtonRelease-4> "allcanvs yview scroll -5 units"
-	bindall <ButtonRelease-5> "allcanvs yview scroll 5 units"
+        bindall <ButtonRelease-4> "allcanvs yview scroll -5 units"
+        bindall <ButtonRelease-5> "allcanvs yview scroll 5 units"
         if {[tk windowingsystem] eq "aqua"} {
             bindall <MouseWheel> {
                 set delta [expr {- (%D)}]
-- 
1.5.3.1

-

Previous thread: [PATCH 1/2] gitk: Added support for OS X mouse wheel by Jonathan del Strother on Monday, October 15, 2007 - 2:33 am. (1 message)

Next thread: [PATCH resend] gitk: Do not pick up file names of "copy from" lines by Johannes Sixt on Monday, October 15, 2007 - 3:08 am. (1 message)