From e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 8 Mar 2008 17:25:56 +0100 Subject: Whitespace fixes. --- apps/windows/winmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/windows') diff --git a/apps/windows/winmain.c b/apps/windows/winmain.c index c02bd173..d9c29927 100644 --- a/apps/windows/winmain.c +++ b/apps/windows/winmain.c @@ -588,7 +588,7 @@ void handlekey(int c) exit(0); else if (c == '?' || c == 'h') help(); - else + else pdfapp_onkey(&gapp, c); } @@ -657,7 +657,7 @@ frameproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) return SendMessage(hwndview, message, wParam, lParam); } - return DefWindowProc(hwnd, message, wParam, lParam); + return DefWindowProc(hwnd, message, wParam, lParam); } LRESULT CALLBACK -- cgit v1.2.3