From: Wolfgang Bangerth Date: Wed, 11 Feb 2015 23:04:38 +0000 (-0600) Subject: Indent. X-Git-Tag: v8.3.0-rc1~478^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b35ca7ed3c9133fdfa68cfc353e49ecee3ab6fb;p=dealii.git Indent. --- diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index a96716b915..b2aa1fa9c3 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -354,7 +354,7 @@ template struct ProductType { #ifdef DEAL_II_WITH_CXX11 - typedef decltype(T() * U()) type; + typedef decltype(T() * U()) type; #endif }; @@ -363,37 +363,37 @@ struct ProductType template struct ProductType { - typedef T type; + typedef T type; }; template struct ProductType { - typedef T type; + typedef T type; }; template struct ProductType { - typedef T type; + typedef T type; }; template struct ProductType { - typedef T type; + typedef T type; }; template <> struct ProductType { - typedef double type; + typedef double type; }; template <> struct ProductType { - typedef double type; + typedef double type; }; #endif @@ -490,38 +490,38 @@ template struct EnableIfScalar; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef double type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef float type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef long double type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef int type; }; -template <> struct EnableIfScalar +template <> struct EnableIfScalar { typedef unsigned int type; }; -template struct EnableIfScalar > +template struct EnableIfScalar > { typedef std::complex type; };