changeset 130:a490ad05164d

nginx-0.0.1-2003-08-11-20:03:06 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Aug 2003 16:03:06 +0000
parents 7a886b9a67dc
children 049e78b1f852
files src/core/ngx_hunk.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_hunk.h
+++ b/src/core/ngx_hunk.h
@@ -22,8 +22,8 @@
 /* the hunk is in file */
 #define NGX_HUNK_FILE         0x0100
 
-#define NGX_HUNK_STORAGE      (NGX_HUNK_IN_MEMORY
-                               |NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP
+#define NGX_HUNK_STORAGE      (NGX_HUNK_IN_MEMORY                            \
+                               |NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP  \
                                |NGX_HUNK_RECYCLED|NGX_HUNK_FILE)
 
 /* hunk flags */