Skip to content

Commit b0311a5

Browse files
Merge pull request #1 from orlandothoeny/remove-indentation
style: remove FPM_LOG_BUFFER indentation
2 parents 80418b6 + 6e6a2f0 commit b0311a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "fastcgi.h"
2020
#include "zlog.h"
2121

22-
# define FPM_LOG_BUFFER 1024
22+
#define FPM_LOG_BUFFER 1024
2323

2424
static char *fpm_log_format = NULL;
2525
static int fpm_log_fd = -1;

0 commit comments

Comments
 (0)