From f112a06a015e9d5627954f828719ca70f76947d7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 1 Oct 2002 19:12:48 +0000 Subject: [PATCH] Indent comment. git-svn-id: https://svn.dealii.org/trunk@6587 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 26cbfaaa82..3fbf854692 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -363,8 +363,9 @@ struct SparseDirectMA27::DetachedModeData unsigned int count = 0; while (count < sizeof(T)*N) { - // repeat writing until syscall is - // not interrupted + // repeat writing until + // syscall is not + // interrupted int ret; do ret = write (server_client_pipe[1], -- 2.39.5