From 708a11c21a0dcd872111d976b2df18b853219d40 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 29 Oct 2012 20:57:53 +0000 Subject: [PATCH] Remove trailing spaces BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/937010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@454 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- source/row_x86.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/row_x86.asm b/source/row_x86.asm index a1982929b..51a45880d 100644 --- a/source/row_x86.asm +++ b/source/row_x86.asm @@ -19,7 +19,7 @@ SECTION .text ; cglobal numeric constants are parameters, gpr regs, mm regs -; void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix); +; void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) %macro YUY2TOYROW 2-3 cglobal %1ToYRow%3, 3, 3, 3, src_yuy2, dst_y, pix @@ -65,7 +65,7 @@ YUY2TOYROW YUY2,u,_Unaligned YUY2TOYROW UYVY,a, YUY2TOYROW UYVY,u,_Unaligned -; void SplitUV_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) { +; void SplitUV_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) %macro SPLITUV 1-2 cglobal SplitUV%2, 4, 4, 5, src_uv, dst_u, dst_v, pix