From 12bf71b691b77c9ce229d5f715c4b954fa2b7aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 7 Oct 2009 21:35:24 +0000 Subject: ARM: whitespace cosmetics Originally committed as revision 20191 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/arm/dsputil_neon.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/arm/dsputil_neon.S b/libavcodec/arm/dsputil_neon.S index ef5e8c7..f5267cb 100644 --- a/libavcodec/arm/dsputil_neon.S +++ b/libavcodec/arm/dsputil_neon.S @@ -249,7 +249,7 @@ function ff_\pfx\name\suf\()_neon, export=1 .endm function ff_put_h264_qpel16_mc00_neon, export=1 - mov r3, #16 + mov r3, #16 .endfunc pixfunc put_ pixels16 @@ -258,13 +258,13 @@ function ff_put_h264_qpel16_mc00_neon, export=1 pixfunc2 put_ pixels16_xy2, _no_rnd, vshrn.u16, 1 function ff_avg_h264_qpel16_mc00_neon, export=1 - mov r3, #16 + mov r3, #16 .endfunc pixfunc avg_ pixels16,, 1 function ff_put_h264_qpel8_mc00_neon, export=1 - mov r3, #8 + mov r3, #8 .endfunc pixfunc put_ pixels8 -- cgit v1.1