mirror of https://github.com/mpv-player/mpv
various: fix indentation
This commit is contained in:
parent
f11002cef3
commit
9f5edd4eed
|
@ -43,7 +43,7 @@ int drm_object_create_properties(struct mp_log *log, int fd,
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
drm_object_free_properties(object);
|
drm_object_free_properties(object);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -583,7 +583,7 @@ static bool setup_crtc(struct vo_drm_state *drm, const drmModeRes *res)
|
||||||
drm->connector->connector_id);
|
drm->connector->connector_id);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
success:
|
success:
|
||||||
MP_VERBOSE(drm, "Selected Encoder %u with CRTC %u\n",
|
MP_VERBOSE(drm, "Selected Encoder %u with CRTC %u\n",
|
||||||
drm->encoder->encoder_id, drm->crtc_id);
|
drm->encoder->encoder_id, drm->crtc_id);
|
||||||
return true;
|
return true;
|
||||||
|
|
|
@ -866,7 +866,7 @@ static int preinit(struct vo *vo)
|
||||||
"You should fix your graphics drivers, or not force the xv VO.\n");
|
"You should fix your graphics drivers, or not force the xv VO.\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
uninit(vo); // free resources
|
uninit(vo); // free resources
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue