gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: -indentation fix


From: gnunet
Subject: [libmicrohttpd] branch master updated: -indentation fix
Date: Mon, 04 Apr 2022 07:47:41 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 06819f2e -indentation fix
06819f2e is described below

commit 06819f2e894405e691bd8532b60836f32468f12c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 4 07:47:29 2022 +0200

    -indentation fix
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 9e59738c..513d6415 100644
--- 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))
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]