diff --git a/generic/tclIO.c b/generic/tclIO.c index 657d30e555..977829564d 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -11284,7 +11284,7 @@ FixLevelCode( * !integer, integer != 0 */ - res = TclGetIntFromObj(NULL, lv [i+1], &val); + res = TclGetIntFromObj(NULL, lv[i + 1], &val); if ((res != TCL_OK) || (val != 0)) { newlevel = 0; } diff --git a/generic/tclStrToD.c b/generic/tclStrToD.c index 360e93b269..4d8859e239 100644 --- a/generic/tclStrToD.c +++ b/generic/tclStrToD.c @@ -236,7 +236,7 @@ static const double tens[] = { 1e20, 1e21, 1e22 }; -static const int itens [] = { +static const int itens[] = { 1, 10, 100,