Fix spacing around array references

This commit is contained in:
dkf
2026-05-18 16:17:03 +00:00
parent 77972707a1
commit 989049bb15
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -236,7 +236,7 @@ static const double tens[] = {
1e20, 1e21, 1e22
};
static const int itens [] = {
static const int itens[] = {
1,
10,
100,