From: Wolfgang Bangerth Date: Mon, 1 Oct 2001 08:58:57 +0000 (+0000) Subject: Expand {}; for class declaration into two lines, as it confuses kdoc. X-Git-Tag: v8.0.0~18696 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f565577b2857c11805df5083fe6984db9e89fa27;p=dealii.git Expand {}; for class declaration into two lines, as it confuses kdoc. git-svn-id: https://svn.dealii.org/trunk@5122 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 7a4a8651c0..db26f36097 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -43,7 +43,8 @@ namespace BlockVectorIterators */ template struct Types - {}; + { + };