summaryrefslogtreecommitdiffstats
path: root/generic/tclListObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-24 20:10:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-24 20:10:14 (GMT)
commitb15a6a700fb52e4a870d51b35be4437bd9b419c5 (patch)
tree72584ba9a66880eab140cacb30e1080a0428b46f /generic/tclListObj.c
parentd249b0629de85329fc55a4e44c994c10021698f3 (diff)
parentffdd95d4a34bf51846585ceab3d84535a09daefe (diff)
downloadtcl-b15a6a700fb52e4a870d51b35be4437bd9b419c5.zip
tcl-b15a6a700fb52e4a870d51b35be4437bd9b419c5.tar.gz
tcl-b15a6a700fb52e4a870d51b35be4437bd9b419c5.tar.bz2
end-of-line spacing
Diffstat (limited to 'generic/tclListObj.c')
-rw-r--r--generic/tclListObj.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/generic/tclListObj.c b/generic/tclListObj.c
index e42567e..6eb6780 100644
--- a/generic/tclListObj.c
+++ b/generic/tclListObj.c
@@ -136,8 +136,8 @@ NewListIntRep(
*
* AttemptNewList --
*
- * Like NewListIntRep, but additionally sets an error message on failure.
- *
+ * Like NewListIntRep, but additionally sets an error message on failure.
+ *
*----------------------------------------------------------------------
*/
@@ -234,12 +234,12 @@ Tcl_NewListObj(
*----------------------------------------------------------------------
*
* Tcl_DbNewListObj --
- *
+ *
* Like 'Tcl_NewListObj', but it calls Tcl_DbCkalloc directly with the
* file name and line number from its caller. This simplifies debugging
* since the [memory active] command will report the correct file
* name and line number when reporting objects that haven't been freed.
- *
+ *
* When TCL_MEM_DEBUG is not defined, 'Tcl_NewListObj' is called instead.
*
*----------------------------------------------------------------------
@@ -695,7 +695,7 @@ Tcl_ListObjAppendElement(
* object should be treated as readonly and its 'refCount' is _not_
* incremented. The caller must do that if it holds on to the
* reference.
- *
+ *
* TCL_ERROR
*
* 'listPtr' is not a valid list. An an error message is left in the
@@ -1331,9 +1331,9 @@ TclLsetList(
* reference. The caller is expected to store the result in the
* variable and decrement its reference count. (INST_STORE_* does
* exactly this.)
- *
+ *
* NULL
- *
+ *
* An error occurred. If 'listPtr' was duplicated, the reference
* count on the duplicate is decremented so that it is 0, causing any
* memory allocated by this function to be freed.