diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 12:56:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 12:56:01 (GMT) |
commit | b5d4fc36dcbb112cdb51e6f4eaf9550785e60012 (patch) | |
tree | 79fe4bb16a139f2c31309e34575df920660a7cde /tests/pkg.test | |
parent | 60527b86bc700ebbb6dc28928918ce206bd0c5ce (diff) | |
download | tcl-b5d4fc36dcbb112cdb51e6f4eaf9550785e60012.zip tcl-b5d4fc36dcbb112cdb51e6f4eaf9550785e60012.tar.gz tcl-b5d4fc36dcbb112cdb51e6f4eaf9550785e60012.tar.bz2 |
Remove trailing whitespace
Diffstat (limited to 'tests/pkg.test')
-rw-r--r-- | tests/pkg.test | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/pkg.test b/tests/pkg.test index 73ccb75..97235f9 100644 --- a/tests/pkg.test +++ b/tests/pkg.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: pkg.test,v 1.11 2003/11/14 20:44:46 dgp Exp $ +# RCS: @(#) $Id: pkg.test,v 1.12 2004/05/19 12:56:01 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -652,15 +652,3 @@ cleanupTests interp delete $i ::tcltest::cleanupTests return - - - - - - - - - - - - |