diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-24 20:10:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-24 20:10:14 (GMT) |
commit | b15a6a700fb52e4a870d51b35be4437bd9b419c5 (patch) | |
tree | 72584ba9a66880eab140cacb30e1080a0428b46f /generic/tclCmdMZ.c | |
parent | d249b0629de85329fc55a4e44c994c10021698f3 (diff) | |
parent | ffdd95d4a34bf51846585ceab3d84535a09daefe (diff) | |
download | tcl-b15a6a700fb52e4a870d51b35be4437bd9b419c5.zip tcl-b15a6a700fb52e4a870d51b35be4437bd9b419c5.tar.gz tcl-b15a6a700fb52e4a870d51b35be4437bd9b419c5.tar.bz2 |
end-of-line spacing
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r-- | generic/tclCmdMZ.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c index 183db0b..06b6058 100644 --- a/generic/tclCmdMZ.c +++ b/generic/tclCmdMZ.c @@ -4513,7 +4513,7 @@ Tcl_TimeRateObjCmd( } codePtr = TclCompileObj(interp, objPtr, NULL, 0); TclPreserveByteCode(codePtr); - /* + /* * Replace last compiled done instruction with continue: it's a part of * iteration, this way evaluation will be more similar to a cycle (also * avoids extra overhead to set result to interp, etc.) @@ -4689,7 +4689,7 @@ Tcl_TimeRateObjCmd( Tcl_WideUInt usec, val; int digits; - /* + /* * Absolute execution time in microseconds or in wide clicks. */ usec = (Tcl_WideUInt)(middle - start); |