mirror of https://github.com/mpv-player/mpv
test/libmpv_test: fix some stray tabs
This commit is contained in:
parent
157566904f
commit
42a4c306ec
|
@ -71,10 +71,10 @@ static mpv_event *wrap_wait_event(void)
|
||||||
mpv_event *ev = mpv_wait_event(ctx, 1);
|
mpv_event *ev = mpv_wait_event(ctx, 1);
|
||||||
|
|
||||||
if (ev->event_id == MPV_EVENT_NONE) {
|
if (ev->event_id == MPV_EVENT_NONE) {
|
||||||
continue;
|
continue;
|
||||||
} else if (ev->event_id == MPV_EVENT_LOG_MESSAGE) {
|
} else if (ev->event_id == MPV_EVENT_LOG_MESSAGE) {
|
||||||
mpv_event_log_message *msg = (mpv_event_log_message*)ev->data;
|
mpv_event_log_message *msg = (mpv_event_log_message*)ev->data;
|
||||||
printf("[%s:%s] %s", msg->prefix, msg->level, msg->text);
|
printf("[%s:%s] %s", msg->prefix, msg->level, msg->text);
|
||||||
if (msg->log_level <= MPV_LOG_LEVEL_ERROR)
|
if (msg->log_level <= MPV_LOG_LEVEL_ERROR)
|
||||||
fail("error was logged");
|
fail("error was logged");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue