mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-indentation fix
This commit is contained in:
@@ -1901,7 +1901,7 @@ buffer_append (char *buf,
|
|||||||
* false if not enough space is available
|
* false if not enough space is available
|
||||||
*/
|
*/
|
||||||
#define buffer_append_s(buf,ppos,buf_size,str) \
|
#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))
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user