-indentation fix

This commit is contained in:
Christian Grothoff
2022-04-04 07:47:32 +02:00
parent 15e2a3a259
commit 06819f2e89
+1 -1
View File
@@ -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))
/**