summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:26:13 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:34:35 +0300
commit0eb321bf2c1cc0e048faff26a01f86cdd3ec254f (patch)
tree71cb9bd9ed121156d3382066c0722c73189afe04 /libvo/w32_common.c
parent6d908205fbadbdf7ccdc6c5e0eb918f0b43f16e0 (diff)
downloadmpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.bz2
mpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.xz
Remove trailing whitespace from most files
Diffstat (limited to 'libvo/w32_common.c')
-rw-r--r--libvo/w32_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index 7052e3457a..b78f8f1fc4 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -179,7 +179,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
break;
}
}
-
+
return DefWindowProc(hWnd, message, wParam, lParam);
}
@@ -218,7 +218,7 @@ int vo_w32_check_events(void) {
if (r.right != vo_dwidth || r.bottom != vo_dheight)
MoveWindow(vo_window, 0, 0, r.right, r.bottom, FALSE);
}
-
+
return event_flags;
}
@@ -395,7 +395,7 @@ static int createRenderingContext(void) {
}
SetPixelFormat(vo_hdc, pf, &pfd);
-
+
mp_msg(MSGT_VO, MSGL_V, "vo: win32: running at %dx%d with depth %d\n", vo_screenwidth, vo_screenheight, depthonscreen);
ReleaseDC(vo_window, vo_hdc);
@@ -458,7 +458,7 @@ int vo_w32_init(void) {
return 1;
hInstance = GetModuleHandle(0);
-
+
if (GetModuleFileName(0, exedir, MAX_PATH))
mplayerIcon = ExtractIcon(hInstance, exedir, 0);
if (!mplayerIcon)