summaryrefslogtreecommitdiffhomepage
path: root/src/os
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-12 20:26:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-12 20:26:39 +0000
commit6043c806393be9919480bb4fc4f1a82b71369f92 (patch)
treee8e5b995945e9e1bffb34ced90dfb13cdcc003c9 /src/os
parent37cc165064fd681ef453c59e28a9170d3338979a (diff)
downloadnginx-6043c806393be9919480bb4fc4f1a82b71369f92.tar.gz
nginx-6043c806393be9919480bb4fc4f1a82b71369f92.tar.bz2
style fix: remove tabs
Diffstat (limited to 'src/os')
-rw-r--r--src/os/win32/ngx_win32_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h
index 696280a10..6bdc57c08 100644
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -131,7 +131,7 @@ typedef int sig_atomic_t;
#define NGX_PTR_SIZE 4
#define NGX_SIZE_T_LEN sizeof("-2147483648") - 1
-#define NGX_MAX_SIZE_T_VALUE 2147483647
+#define NGX_MAX_SIZE_T_VALUE 2147483647
#define NGX_TIME_T_LEN sizeof("-2147483648") - 1
#define NGX_TIME_T_SIZE 4
#define NGX_OFF_T_LEN sizeof("-9223372036854775807") - 1