diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
| commit | 3ba2524ad4dcbada77fd5079cb69007cdea2a5e9 (patch) | |
| tree | e6fdb6985952e104004323a8b1172733b8f33abf /generic/tclIOUtil.c | |
| parent | d93e68c4e796434fb11ea9c067c73dbb483fd6dd (diff) | |
| download | tcl-3ba2524ad4dcbada77fd5079cb69007cdea2a5e9.zip tcl-3ba2524ad4dcbada77fd5079cb69007cdea2a5e9.tar.gz tcl-3ba2524ad4dcbada77fd5079cb69007cdea2a5e9.tar.bz2 | |
more spacing/formatting tweaks
Diffstat (limited to 'generic/tclIOUtil.c')
| -rw-r--r-- | generic/tclIOUtil.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index b892d65..af0e101 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -4351,16 +4351,14 @@ Tcl_FSCopyDirectory( int Tcl_FSRemoveDirectory( - Tcl_Obj *pathPtr, /* The pathname of the directory to be removed. - */ + Tcl_Obj *pathPtr, /* The pathname of the directory to be removed. */ int recursive, /* If zero, removes only an empty directory. * Otherwise, removes the directory and all its * contents. */ Tcl_Obj **errorPtr) /* If not NULL and an error occurs, stores a * place to store a a pointer to a new * object having a refCount of 1 and containing - * the name of the file that produced an error. - * */ + * the name of the file that produced an error. */ { const Tcl_Filesystem *fsPtr = Tcl_FSGetFileSystemForPath(pathPtr); |
