Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / config / has_float128.cpp
index fc69ad4..f46dbdc 100644 (file)
@@ -16,9 +16,8 @@ extern "C" {
 int main()
 {
    __float128 f = -2.0Q;
-   f = fabsq(f);
-   f = expq(f);
+   f            = fabsq(f);
+   f            = expq(f);
 
    return 0;
 }
-