diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-04 10:20:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-04 10:20:05 (GMT) |
commit | 8cfade5b0fa56912715446ea7a2dd1958cc214f0 (patch) | |
tree | c194fcc2d81698041630a4a048fbf54830f1fd6d /unix | |
parent | 75225f0f64618f3ad8ae3424eb84a7ed59ffd1f3 (diff) | |
parent | 5cfe99ddfef51d700eee80c9f766fab9c458038e (diff) | |
download | tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.zip tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.tar.gz tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.tar.bz2 |
Eliminate unnessessary end-of-line spacing. No functional change.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixNotfy.c | 2 |
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. */ |