summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2011-03-10 09:31:57 (GMT)
committerdkf <dkf@noemail.net>2011-03-10 09:31:57 (GMT)
commit6e96455cbb30c6c8811a0ff346039ed8cda3b6a9 (patch)
treeb74fbaf07478b3a916755023109d8257208cc5f0 /generic/tclEvent.c
parentadd492f5bdf280226f846665b3f671d44cc0ace9 (diff)
downloadtcl-6e96455cbb30c6c8811a0ff346039ed8cda3b6a9.zip
tcl-6e96455cbb30c6c8811a0ff346039ed8cda3b6a9.tar.gz
tcl-6e96455cbb30c6c8811a0ff346039ed8cda3b6a9.tar.bz2
MINOR: Formatting fixes, mainly to comments, so code better fits the style in
the Engineering Manual. FossilOrigin-Name: 5cb634a1c1fc60d754c5b98a3d8760b06f21e777
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index b4b5299..ad20626 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -119,7 +119,6 @@ static char * VwaitVarProc(ClientData clientData,
Tcl_Interp *interp, const char *name1,
const char *name2, int flags);
static void InvokeExitHandlers(void);
-
/*
*----------------------------------------------------------------------