summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-07 09:06:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-07 09:06:17 (GMT)
commit79ac6706b55fcefe1f213cfa037263bccedf1e57 (patch)
tree3e36fa07ff2a876ea74f1fd7901b5b6ee69cfc0c /generic/tclCmdMZ.c
parent3c6ae9a6ef0490e5aa0d4f06d7fbf41fcb768195 (diff)
downloadtcl-79ac6706b55fcefe1f213cfa037263bccedf1e57.zip
tcl-79ac6706b55fcefe1f213cfa037263bccedf1e57.tar.gz
tcl-79ac6706b55fcefe1f213cfa037263bccedf1e57.tar.bz2
Clean up indentation
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r--generic/tclCmdMZ.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index 99182f3..f285c2d 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCmdMZ.c,v 1.123 2005/06/01 11:00:34 dkf Exp $
+ * RCS: @(#) $Id: tclCmdMZ.c,v 1.124 2005/06/07 09:06:17 dkf Exp $
*/
#include "tclInt.h"
@@ -185,7 +185,7 @@ Tcl_RegexpObjCmd(dummy, interp, objc, objv)
endOfForLoop:
if ((objc - i) < (2 - about)) {
Tcl_WrongNumArgs(interp, 1, objv,
- "?switches? exp string ?matchVar? ?subMatchVar subMatchVar ...?");
+ "?switches? exp string ?matchVar? ?subMatchVar subMatchVar ...?");
goto optionError;
}
objc -= i;
@@ -206,7 +206,7 @@ Tcl_RegexpObjCmd(dummy, interp, objc, objv)
if (about) {
regExpr = Tcl_GetRegExpFromObj(interp, objv[0], cflags);
if ((regExpr == NULL) || (TclRegAbout(interp, regExpr) < 0)) {
-optionError:
+ optionError:
if (startIndex) {
Tcl_DecrRefCount(startIndex);
}
@@ -518,15 +518,15 @@ Tcl_RegsubObjCmd(dummy, interp, objc, objv)
}
}
}
- endOfForLoop:
+ endOfForLoop:
if (objc-idx < 3 || objc-idx > 4) {
Tcl_WrongNumArgs(interp, 1, objv,
"?switches? exp string subSpec ?varName?");
-optionError:
- if (startIndex) {
- Tcl_DecrRefCount(startIndex);
- }
- return TCL_ERROR;
+ optionError:
+ if (startIndex) {
+ Tcl_DecrRefCount(startIndex);
+ }
+ return TCL_ERROR;
}
objc -= idx;