summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-02-24 10:32:16 (GMT)
committerdkf <dkf@noemail.net>2010-02-24 10:32:16 (GMT)
commit9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a (patch)
treebb3ca2b92677cccc5b5f36dbbcc5eee5aafa3e7d /generic/tclTest.c
parent957eb6dc492a11633d5333641c4a5c3b10ba5c88 (diff)
downloadtcl-9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a.zip
tcl-9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a.tar.gz
tcl-9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a.tar.bz2
Pure whitespace changes, changing to follow Engineering Manual style.
FossilOrigin-Name: c81eddebbb969209a42ab4c210dd62f3080909d4
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 3232834..1eca77d 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTest.c,v 1.145 2010/02/22 23:31:41 nijtmans Exp $
+ * RCS: @(#) $Id: tclTest.c,v 1.146 2010/02/24 10:32:17 dkf Exp $
*/
#undef STATIC_BUILD
@@ -3131,7 +3131,7 @@ TestlocaleCmd(
const char *locale;
static const char *const optionStrings[] = {
- "ctype", "numeric", "time", "collate", "monetary",
+ "ctype", "numeric", "time", "collate", "monetary",
"all", NULL
};
static int lcTypes[] = {
@@ -5089,7 +5089,7 @@ TestmainthreadCmd(
* A main loop set by TestsetmainloopCmd below.
*
* Results:
- * None.
+ * None.
*
* Side effects:
* Event handlers could do anything.