Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / config / has_eigen.cpp
index 9412f3e..57d84ba 100644 (file)
@@ -5,13 +5,11 @@
 
 #include <Eigen/Dense>
 
-
 int main()
 {
-#if EIGEN_VERSION_AT_LEAST(3,3,0)
+#if EIGEN_VERSION_AT_LEAST(3, 3, 0)
 #else
 #error "Obsolete Eigen"
 #endif
    return 0;
 }
-