commit 06819f2e894405e691bd8532b60836f32468f12c
parent 15e2a3a259aa6b2d1a623692f4fc76c502024071
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 4 Apr 2022 07:47:29 +0200
-indentation fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -1901,7 +1901,7 @@ buffer_append (char *buf,
* false if not enough space is available
*/
#define buffer_append_s(buf,ppos,buf_size,str) \
- buffer_append(buf,ppos,buf_size,str, MHD_STATICSTR_LEN_(str))
+ buffer_append (buf,ppos,buf_size,str, MHD_STATICSTR_LEN_ (str))
/**