From 22b23d35df2026d61cd1fdbd322e13f03d5e09da Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 19 Aug 2003 00:11:43 +0000 Subject: Re-indent with Emacs' tcl-mode. --- lib/rsh.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rsh.exp') diff --git a/lib/rsh.exp b/lib/rsh.exp index 4c91cec..f0a49d6 100644 --- a/lib/rsh.exp +++ b/lib/rsh.exp @@ -124,7 +124,7 @@ proc rsh_open { hostname } { warning "$RSH: already connected." } timeout { - warning "$RSH: timed out trying to connect." + warning "$RSH: timed out trying to connect." } eof { perror "$RSH: got EOF while trying to connect." @@ -135,7 +135,7 @@ proc rsh_open { hostname } { } if { $result < 0 } { -# perror "$RSH: couldn't connect after $tries tries." + # perror "$RSH: couldn't connect after $tries tries." close -i $spawn_id set spawn_id -1 } else { -- cgit v1.1