Skip to content

Commit 04effe0

Browse files
author
jan.nijtmans
committed
indenting
1 parent 7da77a3 commit 04effe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generic/itclHelpers.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ ItclEnsembleSubCmd2(
366366
const char *functionName)
367367
{
368368
if ((size_t)objc - 1 > (size_t)INT_MAX) {
369-
Tcl_WrongNumArgs(interp, 1, objv, "?args?");
370-
return TCL_ERROR;
369+
Tcl_WrongNumArgs(interp, 1, objv, "?args?");
370+
return TCL_ERROR;
371371
}
372372
return ItclEnsembleSubCmd(dummy, interp, ensembleName, (int)objc, objv, functionName);
373373
}

0 commit comments

Comments
 (0)