diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-02 10:58:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-02 10:58:19 (GMT) |
commit | 8e1f9bb6d10b8e3a492a329e0476238c4893e96f (patch) | |
tree | 1f9efc00f517c2007e49e6b34221fbe5635d22f2 /unix/tclUnixFCmd.c | |
parent | a86677ebd586df80ba453ee34fda89fda2189de3 (diff) | |
download | tcl-8e1f9bb6d10b8e3a492a329e0476238c4893e96f.zip tcl-8e1f9bb6d10b8e3a492a329e0476238c4893e96f.tar.gz tcl-8e1f9bb6d10b8e3a492a329e0476238c4893e96f.tar.bz2 |
Eliminate excess eol-spacing
Diffstat (limited to 'unix/tclUnixFCmd.c')
-rw-r--r-- | unix/tclUnixFCmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c index 3fdf95a..62fd9f8 100644 --- a/unix/tclUnixFCmd.c +++ b/unix/tclUnixFCmd.c @@ -2035,7 +2035,7 @@ TclpObjNormalizePath( } /* - * Call 'realpath' to obtain a canonical path. + * Call 'realpath' to obtain a canonical path. */ #ifndef NO_REALPATH @@ -2045,7 +2045,7 @@ TclpObjNormalizePath( * The path contains at most one component, e.g. '/foo' or '/', so * so there is nothing to resolve. Also, on some platforms * 'Realpath' transforms an empty string into the normalized pwd, - * which is the wrong answer. + * which is the wrong answer. */ return 0; @@ -2091,7 +2091,7 @@ TclpObjNormalizePath( if (path[nextCheckpoint] != '\0') { /* - * Append the remaining path components. + * Append the remaining path components. */ int normLen = Tcl_DStringLength(&ds); |