diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:49:02 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:49:02 (GMT) |
| commit | ae22ee577e1296427b927dda75f49560f6256c60 (patch) | |
| tree | 41badbabc8140d865699b5f639cd4c53edbe3851 /unix/tclSelectNotfy.c | |
| parent | a72c1f969cba896ca61001393f0f7b74fb52e194 (diff) | |
| parent | a9b046b5bd7c666a406a17cbb0d86a2842091bac (diff) | |
| download | tcl-ae22ee577e1296427b927dda75f49560f6256c60.zip tcl-ae22ee577e1296427b927dda75f49560f6256c60.tar.gz tcl-ae22ee577e1296427b927dda75f49560f6256c60.tar.bz2 | |
Few more spacing/formatting tweaks
Diffstat (limited to 'unix/tclSelectNotfy.c')
| -rw-r--r-- | unix/tclSelectNotfy.c | 2 |
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; |
