From: wolf Date: Tue, 14 Dec 2004 04:21:55 +0000 (+0000) Subject: Reindent. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff655a6bb99ed5ed2ba7877e79ccf52426d3764;p=dealii-svn.git Reindent. git-svn-id: https://svn.dealii.org/trunk@9815 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) + {} }; /**