From b7992663d0126e80845e603787c586ec061d4cd6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Aug 2009 13:31:54 +0000 Subject: [PATCH] Reindent one comment. git-svn-id: https://svn.dealii.org/trunk@19173 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_vector.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 29eb14f25f..0d65b7607d 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -141,12 +141,12 @@ class BlockVector : public BlockVectorBase > #ifdef DEAL_II_USE_TRILINOS - /** - * A copy constructor taking a - * (parallel) Trilinos block - * vector and copying it into - * the deal.II own format. - */ + /** + * A copy constructor taking a + * (parallel) Trilinos block + * vector and copying it into + * the deal.II own format. + */ BlockVector (const TrilinosWrappers::BlockVector &v); #endif -- 2.39.5