gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd2] 19/21: conn_data_send.c: fixed formatting


From: Admin
Subject: [libmicrohttpd2] 19/21: conn_data_send.c: fixed formatting
Date: Fri, 13 Jun 2025 23:38:27 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd2.

commit 331b046e4df7b0d9bdbc93edf16f62f157301542
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
AuthorDate: Fri Jun 13 23:30:32 2025 +0200

    conn_data_send.c: fixed formatting
---
 src/mhd2/conn_data_send.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mhd2/conn_data_send.c b/src/mhd2/conn_data_send.c
index f602783..5a84136 100644
--- a/src/mhd2/conn_data_send.c
+++ b/src/mhd2/conn_data_send.c
@@ -248,7 +248,7 @@ mhd_conn_data_send (struct MHD_Connection *restrict c)
                               true,
                               &sent);
       }
-  #if defined(mhd_USE_SENDFILE)
+#if defined(mhd_USE_SENDFILE)
       else if (mhd_REPLY_CNTN_LOC_FILE == c->rp.cntn_loc)
       {
         mhd_assert (mhd_RESPONSE_CONTENT_DATA_FILE == resp->cntn_dtype);
@@ -264,7 +264,7 @@ mhd_conn_data_send (struct MHD_Connection *restrict c)
           }
         }
       }
-  #endif /* mhd_USE_SENDFILE */
+#endif /* mhd_USE_SENDFILE */
       else
       {
         mhd_assert (0 && "Should be unreachable");

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