changeset 385:aef88cb1d75c

Removed extraneous whitespace.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 01 Feb 2012 06:02:05 +0000
parents 331a86bc51ff
children 62468b793748
files xml/en/docs/http/ngx_http_map_module.xml xml/ru/docs/http/ngx_http_index_module.xml xml/ru/docs/http/ngx_http_map_module.xml
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_map_module.xml	Wed Feb 01 06:00:57 2012 +0000
+++ b/xml/en/docs/http/ngx_http_map_module.xml	Wed Feb 01 06:02:05 2012 +0000
@@ -20,7 +20,7 @@
 
 <para>
 <example>
-map $http_host $name  {
+map $http_host $name {
     hostnames;
 
     default       0;
--- a/xml/ru/docs/http/ngx_http_index_module.xml	Wed Feb 01 06:00:57 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_index_module.xml	Wed Feb 01 06:02:05 2012 +0000
@@ -55,11 +55,11 @@
 location’е.
 Например, в такой конфигурации:
 <example>
-location  = /  {
-    index  index.html;
+location = / {
+    index index.html;
 }
 
-location  /  {
+location / {
     ...
 }
 </example>
--- a/xml/ru/docs/http/ngx_http_map_module.xml	Wed Feb 01 06:00:57 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_map_module.xml	Wed Feb 01 06:02:05 2012 +0000
@@ -20,7 +20,7 @@
 
 <para>
 <example>
-map $http_host $name  {
+map $http_host $name {
     hostnames;
 
     default       0;