summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-10-29 18:41:26 +0100
committerDudemanguy <random342@airmail.cc>2023-10-30 16:45:47 +0000
commit040622f6b7a98204cf84d81066e64a5b39867c87 (patch)
tree9ca52db2cacb6a36983b4813ab9114d8a679b082 /video
parent0341a6f1d39801160322d3fe16245f8387735f4b (diff)
downloadmpv-040622f6b7a98204cf84d81066e64a5b39867c87.tar.bz2
mpv-040622f6b7a98204cf84d81066e64a5b39867c87.tar.xz
various: remove trailing whitespace
Diffstat (limited to 'video')
-rw-r--r--video/out/drm_common.c2
-rw-r--r--video/out/present_sync.c2
2 files changed, 2 insertions, 2 deletions
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