2009-10-29 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 13:15:51 +0000 (13:15 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 13:15:51 +0000 (13:15 +0000)
* include/decimal/decimal: Minor formatting and uglification fixes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153702 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/include/decimal/decimal.h

index 64e9b67..45a6fbc 100644 (file)
@@ -206,8 +206,7 @@ namespace decimal
     return __coeff * __decexp;
   }
 
-  static decimal128
-  make_decimal128(unsigned long long __coeff, int __exponent)
+  static decimal128 make_decimal128(unsigned long long __coeff, int __exponent)
   {
     decimal128 __decexp = 1, __multiplier;