Skip to content

Commit 67664fe

Browse files
committed
minor coding style fixes.
1 parent e84d69b commit 67664fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ngx_http_lua_log_ringbuf.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88

99
typedef struct {
10-
ngx_uint_t filter_level;
11-
char *tail; /* writed point */
12-
char *head; /* readed point */
13-
char *data; /* buffer */
14-
char *sentinel;
15-
size_t size; /* buffer total size */
16-
size_t count; /* count of logs */
10+
ngx_uint_t filter_level;
11+
char *tail; /* writed point */
12+
char *head; /* readed point */
13+
char *data; /* buffer */
14+
char *sentinel;
15+
size_t size; /* buffer total size */
16+
size_t count; /* count of logs */
1717
} ngx_http_lua_log_ringbuf_t;
1818

1919

0 commit comments

Comments
 (0)