summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
diff options
context:
space:
mode:
authorMichael Vetter <g.bluehut@gmail.com>2015-05-15 10:34:39 +0200
committerwm4 <wm4@nowhere>2015-05-15 11:02:44 +0200
commit9251fa125f6ebc0f485c93af1809efb7b6da19bd (patch)
tree5c5fb05ef692115083a28cb42718a01447150b1a /stream/stream_bluray.c
parent24f98d1aaf347119b8b3a48e2736755d82a0f508 (diff)
downloadmpv-9251fa125f6ebc0f485c93af1809efb7b6da19bd.tar.bz2
mpv-9251fa125f6ebc0f485c93af1809efb7b6da19bd.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'stream/stream_bluray.c')
-rw-r--r--stream/stream_bluray.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 117b0cc205..dab0b41502 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -455,8 +455,8 @@ static void handle_nav_command(stream_t *s, struct mp_nav_cmd *ev)
bd_vk_key_e key = translate_nav_menu_action(action);
if (key != BD_VK_NONE) {
if (key == BD_VK_MOUSE_ACTIVATE)
- ev->mouse_on_button = bd_mouse_select(priv->bd, pts,
- priv->mousex,
+ ev->mouse_on_button = bd_mouse_select(priv->bd, pts,
+ priv->mousex,
priv->mousey);
bd_user_input(priv->bd, pts, key);
} else if (strcmp(action, "menu") == 0) {
@@ -469,8 +469,8 @@ static void handle_nav_command(stream_t *s, struct mp_nav_cmd *ev)
} case MP_NAV_CMD_MOUSE_POS:
priv->mousex = ev->u.mouse_pos.x;
priv->mousey = ev->u.mouse_pos.y;
- ev->mouse_on_button = bd_mouse_select(priv->bd, mp_time_us(),
- priv->mousex,
+ ev->mouse_on_button = bd_mouse_select(priv->bd, mp_time_us(),
+ priv->mousex,
priv->mousey);
break;
case MP_NAV_CMD_SKIP_STILL: