Fix coding-style violation.
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 15 Apr 2013 20:11:30 +0000 (22:11 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 15 Apr 2013 20:11:30 +0000 (22:11 +0200)
Introduced in commit ee091edf1a16312fff0cc3c6ae0116aded7f1dbf.

ChangeLog
stdio-common/tstdiomisc.c

index 2791724..3129585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * stdio-common/tstdiomisc.c: Fix coding-style violation.
+
 2013-04-15  Andreas Schwab  <schwab@suse.de>
 
        * nscd/grpcache.c (cache_addgr): Properly check for short write.
index 5c046bb..5a25ecc 100644 (file)
@@ -50,10 +50,10 @@ volatile double qnanval;
 volatile long double lqnanval;
 /* A sNaN is only guaranteed to be representable in variables with static (or
    thread-local) storage duration.  */
-static volatile double snanval = __builtin_nans("");
-static volatile double msnanval = -__builtin_nans("");
-static volatile long double lsnanval = __builtin_nansl("");
-static volatile long double lmsnanval = -__builtin_nansl("");
+static volatile double snanval = __builtin_nans ("");
+static volatile double msnanval = -__builtin_nans ("");
+static volatile long double lsnanval = __builtin_nansl ("");
+static volatile long double lmsnanval = -__builtin_nansl ("");
 volatile double infval;
 volatile long double linfval;