]> https://gitweb.dealii.org/ - dealii.git/commitdiff
boost: fix misleading indent
authorTimo Heister <timo.heister@gmail.com>
Thu, 26 Mar 2020 21:21:31 +0000 (17:21 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 26 Mar 2020 21:29:42 +0000 (17:29 -0400)
bundled/boost-1.70.0/include/boost/archive/basic_text_oprimitive.hpp

index 45f09358ece34d048049c2c3f33b16b7cc2f2b09..047019b13e3118286f050494a9cb01f88d1171a1 100644 (file)
@@ -166,9 +166,9 @@ protected:
         // note: I've commented out the above because I didn't get good results.  e.g.
         // in one case I got a difference of 19 units.
         #ifndef BOOST_NO_CXX11_NUMERIC_LIMITS
-            const unsigned int digits = std::numeric_limits<T>::max_digits10;
+        const unsigned int digits = std::numeric_limits<T>::max_digits10;
         #else
-            const unsigned int digits = std::numeric_limits<T>::digits10 + 2;
+        const unsigned int digits = std::numeric_limits<T>::digits10 + 2;
         #endif
         os << std::setprecision(digits) << std::scientific << t;
     }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.