gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/02: indentation fix


From: gnunet
Subject: [libmicrohttpd] 02/02: indentation fix
Date: Wed, 19 Aug 2020 09:58:25 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit c7fce1416c0c3fb5f49c490be3081460835e1376
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 19 09:52:07 2020 +0200

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

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 6666be94..02497cc6 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1187,7 +1187,8 @@ try_grow_read_buffer (struct MHD_Connection *connection,
        the right position in the pool, say because someone called
        MHD_pool_allocate() without 'from_end' set to 'true'? Anyway,
        should be investigated! (Ideally provide all data from
-       *pool and connection->read_buffer and new_size for debugging). 
*/mhd_assert (0);
+       *pool and connection->read_buffer and new_size for debugging). *///
+    mhd_assert (0);
     return false;
   }
   connection->read_buffer = rb;

-- 
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]