gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 39/154: indent


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 39/154: indent
Date: Mon, 19 Aug 2019 10:15:51 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 6722cf7dd0089991d425ca882c373c34b36ae45e
Author: ng0 <address@hidden>
AuthorDate: Sun Jul 21 15:34:10 2019 +0000

    indent
---
 src/microhttpd/mhd_send.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index ad63aa58..40e5ef11 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -371,15 +371,15 @@ MHD_send_on_connection2_ (struct MHD_Connection 
*connection,
 
     eno = errno;
     if ((ret == header_len + buffer_len) && have_cork)
-    {
-      // Response complete, definitely uncork!
-      if (0 == setsockopt (s,
-                           IPPROTO_TCP,
-                           TCP_CORK,
-                           (const void *) &off_val,
-                           sizeof (off_val)))
-        ;
-    }
+      {
+        // Response complete, definitely uncork!
+        if (0 == setsockopt (s,
+                             IPPROTO_TCP,
+                             TCP_CORK,
+                             (const void *) &off_val,
+                             sizeof (off_val)))
+          ;
+      }
     errno = eno;
   }
   return ret;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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