Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / compile_fail / conv_fail_45.cpp
index 5e2f813..64d0567 100644 (file)
@@ -14,7 +14,7 @@ void foo(mpz_int i);
 int main()
 {
    mpf_t f
-   foo(f);
+       foo(f);
 }
 
 #else