mirror of
https://github.com/tcltk/tcl.git
synced 2026-05-29 00:27:49 +08:00
Fix spacing around array references
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -236,7 +236,7 @@ static const double tens[] = {
|
||||
1e20, 1e21, 1e22
|
||||
};
|
||||
|
||||
static const int itens [] = {
|
||||
static const int itens[] = {
|
||||
1,
|
||||
10,
|
||||
100,
|
||||
|
||||
Reference in New Issue
Block a user