summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-11-21 16:15:40 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-11-21 16:15:40 (GMT)
commitdd466cbaf156e15e9589811e7edf8228a22b6b3d (patch)
treec6d1adfa08fe311a7397c644485cf0d197c241fc /win
parent49b6866d7e051a9de1c100e07df74bd6c74322aa (diff)
downloadtk-dd466cbaf156e15e9589811e7edf8228a22b6b3d.zip
tk-dd466cbaf156e15e9589811e7edf8228a22b6b3d.tar.gz
tk-dd466cbaf156e15e9589811e7edf8228a22b6b3d.tar.bz2
Remove unnecessary end-of-line spacing
Diffstat (limited to 'win')
-rw-r--r--win/tkWinTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinTest.c b/win/tkWinTest.c
index 8a92f5a..d824ee4 100644
--- a/win/tkWinTest.c
+++ b/win/tkWinTest.c
@@ -82,7 +82,7 @@ TkplatformtestInit(
struct TestFindControlState {
int id;
HWND control;
-};
+};
/* Callback for window enumeration - used for TestFindControl */
BOOL CALLBACK TestFindControlCallback(