changeset 115:b66954a49f29

Trim EoL spaces.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 20 Oct 2011 14:04:26 +0000
parents 55d4cc8c9ecb
children 3be44ae4f3ff
files xml/en/docs/howto_build_on_win32.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml	Thu Oct 20 13:59:06 2011 +0000
+++ b/xml/en/docs/howto_build_on_win32.xml	Thu Oct 20 14:04:26 2011 +0000
@@ -22,7 +22,7 @@
 </item>
 
 <item>
-Perl, if you want to build openssl and nginx with ssl support. 
+Perl, if you want to build openssl and nginx with ssl support.
 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link>
 or <link url="http://strawberryperl.com">Strawberry Perl</link>.
 </item>
@@ -45,7 +45,7 @@
          title="Build steps">
 
 <para>
-Ensure that paths to Perl, Subversion and MSYS bin directories are added to 
+Ensure that paths to Perl, Subversion and MSYS bin directories are added to
 PATH environment variable before you start build. To set Visual C environment
 run vcvarsall.bat script from Visual C directory.
 </para>
@@ -62,7 +62,7 @@
 <item>
 Check out nginx sources from the svn.nginx.org repository. For example:
 <programlisting>
-svn co svn://svn.nginx.org/tags/release-1.1.6 
+svn co svn://svn.nginx.org/tags/release-1.1.6
 </programlisting>
 </item>