From: Marc Fehling Date: Wed, 30 Oct 2019 17:23:55 +0000 (+0100) Subject: Strip trailing whitespaces. X-Git-Tag: v9.2.0-rc1~934^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd40464019d505207c43e2a93f86ff3953a779e9;p=dealii.git Strip trailing whitespaces. --- diff --git a/cmake/config/template-arguments.in b/cmake/config/template-arguments.in index c968be136e..efe2f5111e 100644 --- a/cmake/config/template-arguments.in +++ b/cmake/config/template-arguments.in @@ -13,14 +13,14 @@ REAL_SCALARS_VECTORIZED := { @DEAL_II_EXPAND_REAL_SCALARS_VECTORIZED@; } FLOAT_VECTORIZED := { @DEAL_II_EXPAND_FLOAT_VECTORIZED@; } // complex scalar types -COMPLEX_SCALARS := { +COMPLEX_SCALARS := { @DEAL_II_EXPAND_COMPLEX_SCALARS@; } // real scalar floating point types -REAL_AND_COMPLEX_SCALARS := { +REAL_AND_COMPLEX_SCALARS := { double; - float; + float; @DEAL_II_EXPAND_COMPLEX_SCALARS@; } @@ -67,7 +67,7 @@ MPI_SCALARS := { int; unsigned long long int; float; double; - long double; + long double; @DEAL_II_EXPAND_COMPLEX_SCALARS@; } @@ -109,7 +109,7 @@ VECTOR_TYPES := { Vector; @DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR@; } -// same as VECTOR_TYPES but only real-valued vectors (and only with PETSc +// same as VECTOR_TYPES but only real-valued vectors (and only with PETSc // vectors if the PETScScalar data type is real-valued) REAL_VECTOR_TYPES := { Vector; Vector ;