From 295aaccf49c96a5050db9a128932b554d97abcaa Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 19 Jul 2007 04:44:34 +0000 Subject: [PATCH] Whitespace trim. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- editor.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor.tcl b/editor.tcl index e5c9ffa..fac8bce 100755 --- a/editor.tcl +++ b/editor.tcl @@ -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 -- 2.39.5