diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-05-14 07:54:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-14 07:54:52 +0000 |
commit | 433608c18072cbaa99deddf4432ab2537397f025 (patch) | |
tree | abe6c6be7e61bb9c8e19171b5e23e6f153598843 /src/os/unix/ngx_posix_config.h | |
parent | 7a06fbdcca41102de3b5ca0615f91c931cc600b0 (diff) | |
download | nginx-433608c18072cbaa99deddf4432ab2537397f025.tar.gz nginx-433608c18072cbaa99deddf4432ab2537397f025.zip |
style fix: remove tabs and trailing spaces
Diffstat (limited to 'src/os/unix/ngx_posix_config.h')
-rw-r--r-- | src/os/unix/ngx_posix_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h index ae6f70f6a..ec7ee944f 100644 --- a/src/os/unix/ngx_posix_config.h +++ b/src/os/unix/ngx_posix_config.h @@ -110,7 +110,7 @@ #include <sys/param.h> /* ALIGN() */ -/* +/* * FreeBSD 3.x has no CMSG_SPACE() and CMSG_LEN() and has the broken CMSG_DATA() */ |