Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / config / test / boost_no_cxx11_thread_local.ipp
index caaed97..0f4281f 100644 (file)
@@ -22,7 +22,7 @@ int check_local(int n)
    if(size != n)
    {
       s = T(n, ' ');
-         size = n;
+      size = n;
    }
    return size;
 }