From 9be9665de1bb8c36f9d9835d442a6e0352336cfe Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 17 Aug 2003 23:00:06 +0000 Subject: More trailing whitespace. --- lib/debugger.exp | 6 +++--- lib/mondfe.exp | 10 +++++----- lib/standard.exp | 6 +++--- lib/targetdb.exp | 6 +++--- lib/xsh.exp | 20 ++++++++++---------- 5 files changed, 24 insertions(+), 24 deletions(-) (limited to 'lib') diff --git a/lib/debugger.exp b/lib/debugger.exp index 6e41552..1409f2c 100644 --- a/lib/debugger.exp +++ b/lib/debugger.exp @@ -4,15 +4,15 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Please email any bugs, comments, and/or additions to this file to: # bug-dejagnu@gnu.org diff --git a/lib/mondfe.exp b/lib/mondfe.exp index 82486fe..f745ed7 100644 --- a/lib/mondfe.exp +++ b/lib/mondfe.exp @@ -4,15 +4,15 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Please email any bugs, comments, and/or additions to this file to: # bug-dejagnu@gnu.org @@ -55,7 +55,7 @@ proc mondfe_open { hostname } { set shell_id [remote_spawn $rh "$mondfe -D -TIP $remote_host"] remote_expect $rh 60 { - "$shell_prompt" { + "$shell_prompt" { verbose "Got prompt" set result 0 } @@ -74,7 +74,7 @@ proc mondfe_open { hostname } { warning "$expect_out(1,string)" exp_continue } - timeout { + timeout { warning "Timed out trying to connect." set result -1 incr retries diff --git a/lib/standard.exp b/lib/standard.exp index ecbd244..f79c721 100644 --- a/lib/standard.exp +++ b/lib/standard.exp @@ -4,15 +4,15 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Please email any bugs, comments, and/or additions to this file to: # bug-dejagnu@gnu.org diff --git a/lib/targetdb.exp b/lib/targetdb.exp index 7592653..f055ecb 100644 --- a/lib/targetdb.exp +++ b/lib/targetdb.exp @@ -4,15 +4,15 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Please email any bugs, comments, and/or additions to this file to: # bug-dejagnu@gnu.org diff --git a/lib/xsh.exp b/lib/xsh.exp index 4d3661d..50ef49c 100644 --- a/lib/xsh.exp +++ b/lib/xsh.exp @@ -4,15 +4,15 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Please email any bugs, comments, and/or additions to this file to: # bug-dejagnu@gnu.org @@ -64,11 +64,11 @@ proc xsh_open { hostname } { # start the shell expect { - "*Spectra Cross-Development Shell version*$xsh_shell_prompt" { + "*Spectra Cross-Development Shell version*$xsh_shell_prompt" { verbose "Got prompt" set result 0 } - timeout { + timeout { warning "Timed out trying to connect." set result -1 incr retries @@ -92,7 +92,7 @@ proc xsh_open { hostname } { } -re ".* reset on target.*$" { send_user "Spectra was reset\n" - exp_continue + exp_continue } -re "\[0-9A-Fa-f\]+\[ 0x\]+\[0-9A-Fa-f\]+.*$" { exp_continue @@ -105,7 +105,7 @@ proc xsh_open { hostname } { set result -1 incr retries if { $retries <= 2 } { - exp_continue + exp_continue } } } @@ -141,7 +141,7 @@ proc xsh_open { hostname } { } -re ".*reset on target.*$" { verbose "Spectra was reset" - exp_continue + exp_continue } -re "\[0-9A-Fa-f\]+\[ 0x\]+\[0-9A-Fa-f\]+.*$" { #send "\n" @@ -232,7 +232,7 @@ proc xsh_download { dest file destfile args } { } -i $shell_id "Warm reset on target*\n" { verbose "Spectra did a warm reset" - exp_continue + exp_continue } -i $shell_id "Cold reset on target*\n" { verbose "Spectra did a cold reset" @@ -279,7 +279,7 @@ proc xsh_download { dest file destfile args } { } -i $shell_id "$xsh_shell_prompt" { set result 0 - exp_continue + exp_continue } -i $shell_id "load: no default target" { perror "default target isn't set" -- cgit v1.1