summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorMichael Vetter <g.bluehut@gmail.com>2015-05-15 10:34:39 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-15 19:16:47 +0900
commit6eab622e7b89a9aac8885e942b25f55a7035b118 (patch)
treea3ca7935c86940614a1610c57401d78037c5c6d7 /stream
parent6a5f3c39282f606217155459bb251adec003803e (diff)
downloadmpv-6eab622e7b89a9aac8885e942b25f55a7035b118.tar.bz2
mpv-6eab622e7b89a9aac8885e942b25f55a7035b118.tar.xz
Remove trailing whitespaces
(cherry picked from commit 9251fa125f6ebc0f485c93af1809efb7b6da19bd)
Diffstat (limited to 'stream')
-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 adc2e5828b..dc06a6b885 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: