changeset 23156:f9a8f92087ef

cosmetics: Fix stray wrongly indented line.
author diego
date Sun, 29 Apr 2007 13:39:50 +0000
parents 1befc8d767cd
children ebc55c913d73
files libswscale/rgb2rgb_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/rgb2rgb_template.c	Sun Apr 29 13:39:27 2007 +0000
+++ b/libswscale/rgb2rgb_template.c	Sun Apr 29 13:39:50 2007 +0000
@@ -2229,7 +2229,7 @@
         "movq     "MANGLE(bgr2UCoeff)", %%mm6       \n\t"
         "pxor                    %%mm7, %%mm7       \n\t"
         "lea (%%"REG_a", %%"REG_a", 2), %%"REG_d"   \n\t"
-        "add  %%"REG_d", %%"REG_d"                  \n\t"
+        "add                 %%"REG_d", %%"REG_d"   \n\t"
         ASMALIGN(4)
         "1:                                         \n\t"
         PREFETCH"    64(%0, %%"REG_d")              \n\t"