From 038ba1bffe4fd6751e3c5edd2797413875f38d79 Mon Sep 17 00:00:00 2001 From: Daniel Almeida Date: Fri, 21 May 2021 12:24:00 -0300 Subject: [PATCH] video: video-orc: remove trailing spaces Remove unnecessary trailing spaces at the end of some orc functions. Part-of: --- gst-libs/gst/video/video-orc.orc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/video/video-orc.orc b/gst-libs/gst/video/video-orc.orc index 6edc16f..b09e6b4 100644 --- a/gst-libs/gst/video/video-orc.orc +++ b/gst-libs/gst/video/video-orc.orc @@ -1533,7 +1533,7 @@ mergewl ayuv, ay, uv .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv @@ -1589,7 +1589,7 @@ x4 addb argb, x, c128 .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv @@ -1646,7 +1646,7 @@ x4 addb bgra, x, c128 .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv @@ -1702,7 +1702,7 @@ x4 addb argb, x, c128 .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv -- 2.7.4