diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-11-21 16:15:40 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-11-21 16:15:40 (GMT) |
commit | dd466cbaf156e15e9589811e7edf8228a22b6b3d (patch) | |
tree | c6d1adfa08fe311a7397c644485cf0d197c241fc /win | |
parent | 49b6866d7e051a9de1c100e07df74bd6c74322aa (diff) | |
download | tk-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.c | 2 |
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( |