From 8d69bcb2c22e742b0baeb10052bcc72fba64b4b8 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 22 Feb 2009 06:00:03 +0000 Subject: [PATCH] Replace embedded carriage returns with \r. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4033 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- test/TEX/eps_graphics.py | 2 +- test/TEX/multiple_include_subdir.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TEX/eps_graphics.py b/test/TEX/eps_graphics.py index 24832a88..b7526806 100644 --- a/test/TEX/eps_graphics.py +++ b/test/TEX/eps_graphics.py @@ -79,7 +79,7 @@ newpath 0 98 moveto 0 0 lineto 98 0 lineto 98 98 lineto closepath clip newpath /cp {closepath} bind def /ef {eofill} bind def /gr {grestore} bind def -/gs {gsave} bind defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results from the GENESIS Mission +/gs {gsave} bind defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results\rfrom the GENESIS Mission /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def diff --git a/test/TEX/multiple_include_subdir.py b/test/TEX/multiple_include_subdir.py index ca6190dc..7d61aaf4 100644 --- a/test/TEX/multiple_include_subdir.py +++ b/test/TEX/multiple_include_subdir.py @@ -80,7 +80,7 @@ newpath 0 98 moveto 0 0 lineto 98 0 lineto 98 98 lineto closepath clip newpath /cp {closepath} bind def /ef {eofill} bind def /gr {grestore} bind def -/gs {gsave} bind defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results from the GENESIS Mission +/gs {gsave} bind defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results\rfrom the GENESIS Mission /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def -- 2.26.2