Remove trailing whitespace from some files.
[openssl.git] / crypto / sha / asm / sha1-586.pl
index 0efed70a3ed93c33663f4e006854b1463043680b..3bf8200dbb5c109219d43af834aebcd78deeb741 100644 (file)
@@ -133,7 +133,7 @@ $ymm=1 if ($xmm &&
                        =~ /GNU assembler version ([2-9]\.[0-9]+)/ &&
                $1>=2.19);      # first version supporting AVX
 
-$ymm=1 if ($xmm && !$ymm && $ARGV[0] eq "win32n" && 
+$ymm=1 if ($xmm && !$ymm && $ARGV[0] eq "win32n" &&
                `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
                $1>=2.03);      # first version supporting AVX