summaryrefslogtreecommitdiffstats
path: root/unix/tclSelectNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-20 13:49:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-20 13:49:02 (GMT)
commit7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b (patch)
tree41badbabc8140d865699b5f639cd4c53edbe3851 /unix/tclSelectNotfy.c
parent3ba2524ad4dcbada77fd5079cb69007cdea2a5e9 (diff)
parent6d093a49bdc100e9422cbde3980c3136f5989922 (diff)
downloadtcl-7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b.zip
tcl-7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b.tar.gz
tcl-7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b.tar.bz2
Few more spacing/formatting tweaks
Diffstat (limited to 'unix/tclSelectNotfy.c')
-rw-r--r--unix/tclSelectNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclSelectNotfy.c b/unix/tclSelectNotfy.c
index 252c493..bede898 100644
--- a/unix/tclSelectNotfy.c
+++ b/unix/tclSelectNotfy.c
@@ -336,7 +336,7 @@ TclpInitNotifier(void)
clazz.hbrBackground = NULL;
clazz.lpszMenuName = NULL;
clazz.lpszClassName = className;
- clazz.lpfnWndProc = (void *) NotifierProc;
+ clazz.lpfnWndProc = (void *)NotifierProc;
clazz.hIcon = NULL;
clazz.hCursor = NULL;