]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/config/has_intel_quad.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / config / has_intel_quad.cpp
index a2db80cc500dc6535390a10e49a0ea65aba2a7bb..e0b23eb0c8ed0bffc4341780fb795a8ef28aa328 100644 (file)
@@ -8,9 +8,7 @@ extern "C" _Quad __fabs(_Quad);
 int main()
 {
    _Quad f = -2.0Q;
-   f = __fabsq(f);
+   f       = __fabsq(f);
 
    return 0;
 }
-
-