summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-04-29 13:48:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-04-29 13:48:09 (GMT)
commitac3567a097b9f5b845298ef5c7f4adc240f21969 (patch)
treeeb4dd0888b92029bd43e186f51553f69042818c4 /generic/tclStringObj.c
parenta905678adc56897b8ccdf22d6da740f08b18ad77 (diff)
downloadtcl-ac3567a097b9f5b845298ef5c7f4adc240f21969.zip
tcl-ac3567a097b9f5b845298ef5c7f4adc240f21969.tar.gz
tcl-ac3567a097b9f5b845298ef5c7f4adc240f21969.tar.bz2
Indenting and comments, backported from 9.1
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r--generic/tclStringObj.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 6b589da..7964142 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;
@@ -803,8 +803,8 @@ TclGetRange(
Tcl_Size first, /* First index of the range. */
Tcl_Size last) /* Last index of the range. */
{
- Tcl_Obj *newObjPtr; /* The Tcl object to return that is the new
- * range. */
+ Tcl_Obj *newObjPtr; /* The Tcl object to return that is the new
+ * range. */
Tcl_Size length = 0;
if (first < 0) {