From 5387d359e82df0add225102abc033ab54c144097 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 18 Oct 2006 00:37:42 +0000 Subject: [PATCH] Properly indent git-svn-id: https://svn.dealii.org/trunk@14015 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/vector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/vector.h b/deal.II/lac/include/lac/vector.h index c02041b365..7ae62c74f8 100644 --- a/deal.II/lac/include/lac/vector.h +++ b/deal.II/lac/include/lac/vector.h @@ -60,8 +60,7 @@ template class BlockVector; * @author Guido Kanschat, Franz-Theo Suttmeier, Wolfgang Bangerth */ template -class Vector : - public Subscriptor +class Vector : public Subscriptor { public: /** -- 2.39.5