From f565577b2857c11805df5083fe6984db9e89fa27 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 1 Oct 2001 08:58:57 +0000 Subject: [PATCH] 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 --- deal.II/lac/include/lac/block_vector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - {}; + { + }; -- 2.39.5