summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-19 16:12:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-19 16:12:00 (GMT)
commit915616b46cc0da4948b04571734c3512ac290b35 (patch)
treeeef639b380b170cca7cd66f4c51ec6ac69e1a03a /unix/tclXtTest.c
parent0875782a519f992b517ca14f63564ff95cb916a5 (diff)
downloadtcl-915616b46cc0da4948b04571734c3512ac290b35.zip
tcl-915616b46cc0da4948b04571734c3512ac290b35.tar.gz
tcl-915616b46cc0da4948b04571734c3512ac290b35.tar.bz2
Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows
(cherry-pick): Fix indentation/brace usage style issues
Diffstat (limited to 'unix/tclXtTest.c')
-rw-r--r--unix/tclXtTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c
index e660c69..d4b4251 100644
--- a/unix/tclXtTest.c
+++ b/unix/tclXtTest.c
@@ -21,7 +21,7 @@ static Tcl_ObjCmdProc TesteventloopCmd;
* Functions defined in tclXtNotify.c for use by users of the Xt Notifier:
*/
-extern void InitNotifier(void);
+extern void InitNotifier(void);
extern XtAppContext TclSetAppContext(XtAppContext ctx);
/*