Skip to content

Commit 18a79e6

Browse files
author
jan.nijtmans
committed
Backport tclIcu.c improvements from 9.0. Some indenting
1 parent e28d7f1 commit 18a79e6

File tree

3 files changed

+252
-159
lines changed

3 files changed

+252
-159
lines changed

generic/tclArithSeries.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,11 @@ assignNumber(
434434

435435
if (Tcl_GetNumberFromObj(interp, numberObj, &clientData,
436436
&tcl_number_type) != TCL_OK) {
437-
return TCL_ERROR;
437+
return TCL_ERROR;
438438
}
439439
if (tcl_number_type == TCL_NUMBER_BIG) {
440-
/* bignum is not supported yet. */
441-
Tcl_WideInt w;
440+
/* bignum is not supported yet. */
441+
Tcl_WideInt w;
442442
(void)Tcl_GetWideIntFromObj(interp, numberObj, &w);
443443
return TCL_ERROR;
444444
}

generic/tclEnsemble.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ SetEnsembleConfigOptions(
614614
Tcl_Size len;
615615
int allocatedMapFlag = 0;
616616
Tcl_Obj *subcmdObj = NULL, *mapObj = NULL, *paramObj = NULL,
617-
*unknownObj = NULL; /* Defaults, silence gcc 4 warnings */
617+
*unknownObj = NULL; /* Defaults, silence gcc 4 warnings */
618618
Tcl_Obj *listObj;
619619
Tcl_DictSearch search;
620620
int permitPrefix, flags = 0; /* silence gcc 4 warning */

0 commit comments

Comments
 (0)