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 | db1ca4262769ed2715fdb69680e29bc6eb1ebeef (patch) | |
| tree | c194fcc2d81698041630a4a048fbf54830f1fd6d /generic/tclEvent.c | |
| parent | a82b49336a511a2afafe21d740218e05190f5ee4 (diff) | |
| parent | 677ffa11048afb01f263fa68c9f506ef67b350cc (diff) | |
| download | tcl-db1ca4262769ed2715fdb69680e29bc6eb1ebeef.zip tcl-db1ca4262769ed2715fdb69680e29bc6eb1ebeef.tar.gz tcl-db1ca4262769ed2715fdb69680e29bc6eb1ebeef.tar.bz2 | |
Eliminate unnessessary end-of-line spacing. No functional change.
Diffstat (limited to 'generic/tclEvent.c')
| -rw-r--r-- | generic/tclEvent.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c index 406eeba..281ff6c 100644 --- a/generic/tclEvent.c +++ b/generic/tclEvent.c @@ -892,7 +892,7 @@ Tcl_SetExitProc( *---------------------------------------------------------------------- */ static void -InvokeExitHandlers(void) +InvokeExitHandlers(void) { ExitHandler *exitPtr; @@ -968,22 +968,22 @@ Tcl_Exit( /* * Fast and deterministic exit (default behavior) */ - + InvokeExitHandlers(); - + /* * Ensure the thread-specific data is initialised as it is used in * Tcl_FinalizeThread() */ - + (void) TCL_TSD_INIT(&dataKey); - + /* * Now finalize the calling thread only (others are not safely * reachable). Among other things, this triggers a flush of the * Tcl_Channels that may have data enqueued. */ - + FinalizeThread(/* quick */ 1); } TclpExit(status); @@ -1090,7 +1090,7 @@ Tcl_Finalize(void) * Invoke exit handlers first. */ - InvokeExitHandlers(); + InvokeExitHandlers(); TclpInitLock(); if (subsystemsInitialized == 0) { |
