Commit 0a1606e6 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Whitespace

parent 679f8231
...@@ -661,7 +661,7 @@ http_DoConnection(struct http *hp) ...@@ -661,7 +661,7 @@ http_DoConnection(struct http *hp)
#define HTTPH(a, x, c) \ #define HTTPH(a, x, c) \
if (!((c) & HTTPH_R_PASS) && \ if (!((c) & HTTPH_R_PASS) && \
strlen(a) == u && !strncasecmp(a, b, u)) \ strlen(a) == u && !strncasecmp(a, b, u)) \
return (SC_RX_BAD); return (SC_RX_BAD);
#include "tbl/http_headers.h" #include "tbl/http_headers.h"
#undef HTTPH #undef HTTPH
/*lint -restore */ /*lint -restore */
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
/*lint -save -e525 -e539 */ /*lint -save -e525 -e539 */
#ifndef HTTPH_R_PASS #ifndef HTTPH_R_PASS
#define HTTPH_R_PASS (1 << 0 ) /* Request (c->b) in pass mode */ #define HTTPH_R_PASS (1 << 0) /* Request (c->b) in pass mode */
#define HTTPH_R_FETCH (1 << 1) /* Request (c->b) for fetch */ #define HTTPH_R_FETCH (1 << 1) /* Request (c->b) for fetch */
#define HTTPH_A_INS (1 << 2) /* Response (b->o) for insert */ #define HTTPH_A_INS (1 << 2) /* Response (b->o) for insert */
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment