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)
commit963276ee6d0ba32137fc09c691ffe93eda538e3e (patch)
treeeef639b380b170cca7cd66f4c51ec6ac69e1a03a /unix/tclXtTest.c
parent64fd595e31d8a2a215ca65321c649100a279882d (diff)
downloadtcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.zip
tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.tar.gz
tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.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);
/*