From: wolf Date: Thu, 26 Jan 2006 04:11:37 +0000 (+0000) Subject: Avoid a formatting problem resulting from the previous change. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79322e3ccf4d689eb312273e6f1ae2f3653ee0d8;p=dealii-svn.git Avoid a formatting problem resulting from the previous change. git-svn-id: https://svn.dealii.org/trunk@12172 0785d39b-7218-0410-832d-ea1e28bc413d --- 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";