diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-04 10:10:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-04 10:10:58 (GMT) |
commit | 5cfe99ddfef51d700eee80c9f766fab9c458038e (patch) | |
tree | f6c4f80405ef3ebc4592a31b77060bd6b7cdae8c /unix/tclUnixNotfy.c | |
parent | 03a3a2d78e1c26683170d32685d3f4d3b9ed902d (diff) | |
download | tcl-5cfe99ddfef51d700eee80c9f766fab9c458038e.zip tcl-5cfe99ddfef51d700eee80c9f766fab9c458038e.tar.gz tcl-5cfe99ddfef51d700eee80c9f766fab9c458038e.tar.bz2 |
Eliminate unnessessary end-of-line spacing. No functional change.
Diffstat (limited to 'unix/tclUnixNotfy.c')
-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 2df704b..a57a89a 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -111,7 +111,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. */ |