From 47603e4244dece3789ad388a9c3faada2b012efe Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix.schindler@wwu.de> Date: Tue, 21 Feb 2017 22:16:33 +0100 Subject: [PATCH] apply clang-format --- dune/xt/common/test/common.hh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dune/xt/common/test/common.hh b/dune/xt/common/test/common.hh index 43a105cd8..02b2ccd42 100644 --- a/dune/xt/common/test/common.hh +++ b/dune/xt/common/test/common.hh @@ -52,14 +52,14 @@ struct Int }; typedef std::tuple<double, - float - // , Dune::bigunsignedint - , - int, - unsigned int, - unsigned long, - long long, - char> + float + // , Dune::bigunsignedint + , + int, + unsigned int, + unsigned long, + long long, + char> BasicTypes; //! where sleep only counts toward wall time, this wastes actual cpu time -- GitLab