From: Uros Bizjak Date: Tue, 4 Aug 2015 09:24:15 +0000 (+0200) Subject: * config/fpu-387.h: Remove unwanted whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8bdb6a56bb31434c78a1bcb5f055e4074208696;p=gcc.git * config/fpu-387.h: Remove unwanted whitespace. From-SVN: r226550 --- diff --git a/libgfortran/config/fpu-387.h b/libgfortran/config/fpu-387.h index b6071afa65a..7f484285192 100644 --- a/libgfortran/config/fpu-387.h +++ b/libgfortran/config/fpu-387.h @@ -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;