summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2025-03-02 15:48:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2025-03-02 15:48:58 (GMT)
commit6dcc8167f2562ad7d1e02274355f7cbb79ddbf68 (patch)
treeb317af126bf5d5d05e29eea5e4c09eddb2cf4e9e /generic/tclStringObj.c
parent841cd34c3b77d2b106eb06b22a48393846c0b0a3 (diff)
downloadtcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.zip
tcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.tar.gz
tcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.tar.bz2
Bunch of whitespace basic fixes.
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r--generic/tclStringObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 987ab76..72206d6 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -724,7 +724,7 @@ Tcl_GetRange(
Tcl_Size last) /* Last index of the range. */
{
Tcl_Obj *newObjPtr; /* The Tcl object to return that is the new
- * range. */
+ * range. */
String *stringPtr;
Tcl_Size length = 0;
@@ -804,7 +804,7 @@ TclGetRange(
Tcl_Size last) /* Last index of the range. */
{
Tcl_Obj *newObjPtr; /* The Tcl object to return that is the new
- * range. */
+ * range. */
Tcl_Size length = 0;
if (first < 0) {