summaryrefslogtreecommitdiff
path: root/apps/windows
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
commite921e12bcfa3a343eac5e4b7ba3f2566f5eff49f (patch)
tree5ccf283bb19bb0f45c6a7ce66a00eeb395fa0817 /apps/windows
parentfce08043c7b939ecefb44e22852513b4d60f3ac4 (diff)
downloadmupdf-e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f.tar.xz
Whitespace fixes.
Diffstat (limited to 'apps/windows')
-rw-r--r--apps/windows/winmain.c4
1 files changed, 2 insertions, 2 deletions
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