changeset 1932:937e03180281

Fixed trailing spaces.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Mar 2017 13:59:55 +0300
parents 22f85f02f518
children 866653a4f6a2
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml	Tue Mar 14 15:03:14 2017 +0000
+++ b/xml/en/docs/dev/development_guide.xml	Wed Mar 15 13:59:55 2017 +0300
@@ -3652,7 +3652,7 @@
 <literal>posted_requests</literal> - list of requests to be started or
 resumed.
 Starting or resuming is done by calling the request's
-<literal>write_event_handler</literal>. 
+<literal>write_event_handler</literal>.
 Normally, this handler holds the request main function, which at first runs
 request phases and then produces the output.
 </para>
@@ -4203,7 +4203,7 @@
 <list type="bullet">
 
 <listitem>
-<literal>NGX_OK</literal> - proceed to the next phase 
+<literal>NGX_OK</literal> - proceed to the next phase
 </listitem>
 
 <listitem>