]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_mixed.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_mixed.hpp
index d6a497cdcce848b83a0dfdbe2f0e26f938f38559..ba47ff08b9b8687ae63a91c4aa2e0d6e301fa920 100644 (file)
@@ -65,7 +65,6 @@ void test()
    BOOST_CHECK_EQUAL(small_val * 1 > big_val * 1, false);
    BOOST_CHECK_EQUAL(small_val * 1 != big_val * 1, true);
 
-
    BOOST_CHECK_EQUAL(small_val + big_val, Big(small_val) + big_val);
    BOOST_CHECK_EQUAL(small_val - big_val, Big(small_val) - big_val);
    BOOST_CHECK_EQUAL(small_val * big_val, Big(small_val) * big_val);