From 2ff655a6bb99ed5ed2ba7877e79ccf52426d3764 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 14 Dec 2004 04:21:55 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@9815 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 38 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index ebe0282494..45e1d5d87c 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -268,25 +268,25 @@ namespace CommunicationsLog unsigned int completed_bytes; std::string description; - /** - * Constructor - */ - Record (const pid_t child_pid, - const Direction direction, - const std::type_info *type, - const unsigned int count, - const unsigned int scheduled_bytes, - const unsigned int completed_bytes, - const std::string &description) - : - child_pid (child_pid), - direction (direction), - type (type), - count (count), - scheduled_bytes (scheduled_bytes), - completed_bytes (completed_bytes), - description (description) - {} + /** + * Constructor + */ + Record (const pid_t child_pid, + const Direction direction, + const std::type_info *type, + const unsigned int count, + const unsigned int scheduled_bytes, + const unsigned int completed_bytes, + const std::string &description) + : + child_pid (child_pid), + direction (direction), + type (type), + count (count), + scheduled_bytes (scheduled_bytes), + completed_bytes (completed_bytes), + description (description) + {} }; /** -- 2.39.5