diff src/http/modules/ngx_http_geo_module.c @ 7086:577628e6b6a6

Style.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 09 Aug 2017 14:59:46 +0300
parents 3f82c1e7e29e
children 47b7ffc3339d
line wrap: on
line diff
--- a/src/http/modules/ngx_http_geo_module.c
+++ b/src/http/modules/ngx_http_geo_module.c
@@ -1401,6 +1401,7 @@ ngx_http_geo_include_binary_base(ngx_con
     file.log = cf->log;
 
     file.fd = ngx_open_file(name->data, NGX_FILE_RDONLY, 0, 0);
+
     if (file.fd == NGX_INVALID_FILE) {
         err = ngx_errno;
         if (err != NGX_ENOENT) {