diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-11-14 09:44:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-11-14 09:44:34 (GMT) |
commit | 9c2149012b89058326868f392e85d2f48b3bb24a (patch) | |
tree | 2b99a664296c9d6d3e6b3b08c2d6581c1cb6cbf7 /unix/tclUnixPipe.c | |
parent | 6e056b1e14ac49bab5da26577d54d00489144066 (diff) | |
download | tcl-9c2149012b89058326868f392e85d2f48b3bb24a.zip tcl-9c2149012b89058326868f392e85d2f48b3bb24a.tar.gz tcl-9c2149012b89058326868f392e85d2f48b3bb24a.tar.bz2 |
Remove a number of eol-spaces. No change in functionality.
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r-- | unix/tclUnixPipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c index 95bc8d1..8b26694 100644 --- a/unix/tclUnixPipe.c +++ b/unix/tclUnixPipe.c @@ -261,7 +261,7 @@ TclpTempFileName(void) * * On Unix, it works to load a shared object from a file of any name, so this * function is merely a thin wrapper around TclpTempFileName(). - * + * *---------------------------------------------------------------------------- */ @@ -969,7 +969,7 @@ PipeClose2Proc( pipePtr->outFile = NULL; } } - + /* * If half-closing, stop here. */ |