From 79322e3ccf4d689eb312273e6f1ae2f3653ee0d8 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Jan 2006 04:11:37 +0000 Subject: [PATCH] Avoid a formatting problem resulting from the previous change. git-svn-id: https://svn.dealii.org/trunk@12172 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/program2plain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain index df4e682286..5174b5b351 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain @@ -15,7 +15,7 @@ the path on some remote server.) END -do { +while (<>) { # ignore comment lines if ( ! m!^\s*//! ) { # substitute special characters @@ -43,6 +43,6 @@ do { print; } } -} while (<>); +} print "\n

\n\n"; -- 2.39.5