From 040622f6b7a98204cf84d81066e64a5b39867c87 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sun, 29 Oct 2023 18:41:26 +0100 Subject: various: remove trailing whitespace --- video/out/drm_common.c | 2 +- video/out/present_sync.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'video') diff --git a/video/out/drm_common.c b/video/out/drm_common.c index 67cac7a908..293948b614 100644 --- a/video/out/drm_common.c +++ b/video/out/drm_common.c @@ -431,7 +431,7 @@ void vo_drm_release_crtc(struct vo_drm_state *drm) if (request) drmModeAtomicFree(request); - + if (!success) MP_ERR(drm, "Failed to restore previous mode\n"); diff --git a/video/out/present_sync.c b/video/out/present_sync.c index 618c53e6a2..a04d764712 100644 --- a/video/out/present_sync.c +++ b/video/out/present_sync.c @@ -27,7 +27,7 @@ * (ust, msc): clock time and incrementing counter of last vsync (this is * increased continuously, even if we don't swap) * - * Note that this concept originates from the GLX_OML_sync_control extension + * Note that this concept originates from the GLX_OML_sync_control extension * which includes another parameter: sbc (swap counter of frame that was * last displayed). Both the xorg present extension and wayland's * presentation-time protocol do not include sbc values so they are omitted -- cgit v1.2.3