From 90d9147b6602f153ff0a2386d6c0864a36327cf8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 8 Jun 2011 18:10:53 +0000 Subject: [PATCH] Re-indent parts. git-svn-id: https://svn.dealii.org/trunk@23796 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/base/parameter_handler.h | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/deal.II/include/deal.II/base/parameter_handler.h b/deal.II/include/deal.II/base/parameter_handler.h index 72878ceceb..4c7afde39b 100644 --- a/deal.II/include/deal.II/base/parameter_handler.h +++ b/deal.II/include/deal.II/base/parameter_handler.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -2083,17 +2083,19 @@ class ParameterHandler : public Subscriptor */ std::size_t memory_consumption () const; - /** - * Write the data of this object to - * a stream for the purpose of serialization. - */ + /** + * Write the data of this object to a + * stream for the purpose of + * serialization. + */ template void save (Archive & ar, const unsigned int version) const; - /** - * Read the data of this object - * from a stream for the purpose of serialization. - */ + /** + * Read the data of this object from a + * stream for the purpose of + * serialization. + */ template void load (Archive & ar, const unsigned int version); -- 2.39.5