* config/fpu-387.h: Remove unwanted whitespace.

From-SVN: r226550
This commit is contained in:
Uros Bizjak 2015-08-04 11:24:15 +02:00
parent 9f8aa64ac1
commit f8bdb6a56b
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ get_fpu_trap_exceptions (void)
__asm__ __volatile__ ("fstcw\t%0" : "=m" (cw));
mask = cw;
if (has_sse())
{
unsigned int cw_sse;