diff options
author | Steve Bennett <steveb@workware.net.au> | 2011-09-12 13:33:51 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2011-09-12 16:58:56 +1000 |
commit | d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6 (patch) | |
tree | 11c7f1bfb943313d05423884425dae6ecf18e7d2 /jim-array.c | |
parent | 39f8b5dedf4b713ce58cfa4bdd84d473d30fbeba (diff) | |
download | jimtcl-d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6.zip jimtcl-d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6.tar.gz jimtcl-d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6.tar.bz2 |
Remove all trailing whitespace in source
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim-array.c')
-rw-r--r-- | jim-array.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jim-array.c b/jim-array.c index 1c601e4..89a86f0 100644 --- a/jim-array.c +++ b/jim-array.c @@ -1,5 +1,5 @@ -/* +/* * Implements the array command for jim * * (c) 2008 Steve Bennett <steveb@workware.net.au> @@ -7,14 +7,14 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: - * + * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials * provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE JIM TCL PROJECT ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A @@ -27,7 +27,7 @@ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * + * * The views and conclusions contained in the software and documentation * are those of the authors and should not be interpreted as representing * official policies, either expressed or implied, of the Jim Tcl Project. |