summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-03-19 14:56:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-03-19 14:56:45 (GMT)
commitc740da6bc26ac29aeb5b548f7e350fd15ec1f890 (patch)
treebcfa89065ecea0a374bed505c235b77cba3db0a3 /unix/tclXtTest.c
parent9e0fbf5ef34d910758ee6a09bbf91bb5ec8f58f4 (diff)
downloadtcl-c740da6bc26ac29aeb5b548f7e350fd15ec1f890.zip
tcl-c740da6bc26ac29aeb5b548f7e350fd15ec1f890.tar.gz
tcl-c740da6bc26ac29aeb5b548f7e350fd15ec1f890.tar.bz2
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 09f454c..c6bcc18 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);
/*