Remove trailing whitespace from some files.
[openssl.git] / crypto / perlasm / x86nasm.pl
index 4b664a870b4411233277170bef2c886f13dfd3f7..b4d4e2a781ede1aac4a039c0dc9c4e25e911e317 100644 (file)
@@ -132,7 +132,7 @@ ___
        grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
        push (@out,$comm)
     }
-    push (@out,$initseg) if ($initseg);                
+    push (@out,$initseg) if ($initseg);
 }
 
 sub ::comment {   foreach (@_) { push(@out,"\t; $_\n"); }   }