]> git.entuzijast.net Git - imunes.git/commitdiff
Whitespace trim.
authormarko <marko>
Thu, 19 Jul 2007 04:44:34 +0000 (04:44 +0000)
committermarko <marko>
Thu, 19 Jul 2007 04:44:34 +0000 (04:44 +0000)
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

editor.tcl

index e5c9ffa48f88177d1090522a4ae9ecd0d29f4262..fac8bce5a80341863eb19a2ae08bae07520b029e 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: editor.tcl,v 1.68 2007/07/19 03:14:13 marko Exp $ 
+# $Id: editor.tcl,v 1.69 2007/07/19 04:44:34 marko Exp $ 
 #
 # Copyright 2004, 2005 University of Zagreb, Croatia.  All rights reserved.
 #
@@ -1209,7 +1209,7 @@ proc spawnShell { node cmd } {
                -T "IMUNES: [getNodeName $node] (console)" \
                -e "nc $exec_host 1234" &
        } else {
-            exec cmd /c nc $exec_host 1234 &
+           exec cmd /c nc $exec_host 1234 &
        }
     } else {
        nexec xterm -sb -rightbar \
@@ -2207,7 +2207,7 @@ proc editStartupCfg { node deleted } {
 
     if { $customidlist == "" } {
        set warning "Custom config list is empty."
-       tk_messageBox -message $warning -type ok -icon warning \
+       tk_messageBox -message $warning -type ok -icon warning \
            -title "Custom configuration warning"       
     } else {
        set w .cfgeditor