summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-04 10:20:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-04 10:20:05 (GMT)
commitdb1ca4262769ed2715fdb69680e29bc6eb1ebeef (patch)
treec194fcc2d81698041630a4a048fbf54830f1fd6d /unix/tclUnixNotfy.c
parenta82b49336a511a2afafe21d740218e05190f5ee4 (diff)
parent677ffa11048afb01f263fa68c9f506ef67b350cc (diff)
downloadtcl-db1ca4262769ed2715fdb69680e29bc6eb1ebeef.zip
tcl-db1ca4262769ed2715fdb69680e29bc6eb1ebeef.tar.gz
tcl-db1ca4262769ed2715fdb69680e29bc6eb1ebeef.tar.bz2
Eliminate unnessessary end-of-line spacing. No functional change.
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 2b648ca..48ba0cc 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -103,7 +103,7 @@ typedef struct ThreadSpecificData {
* event is ready to be processed by signaling
* this condition variable. */
#endif /* __CYGWIN__ */
- int waitCVinitialized; /* Variable to flag initialization of the structure */
+ int waitCVinitialized; /* Variable to flag initialization of the structure */
int eventReady; /* True if an event is ready to be processed.
* Used as condition flag together with waitCV
* above. */