gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37212 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37212 - libmicrohttpd/src/microhttpd
Date: Sun, 29 May 2016 20:35:37 +0200

Author: grothoff
Date: 2016-05-29 20:35:37 +0200 (Sun, 29 May 2016)
New Revision: 37212

Modified:
   libmicrohttpd/src/microhttpd/connection.c
Log:
indent

Modified: libmicrohttpd/src/microhttpd/connection.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection.c   2016-05-29 11:19:50 UTC (rev 
37211)
+++ libmicrohttpd/src/microhttpd/connection.c   2016-05-29 18:35:37 UTC (rev 
37212)
@@ -727,7 +727,7 @@
                                      MHD_HEADER_KIND,
                                      MHD_HTTP_HEADER_CONNECTION);
   if (MHD_str_equal_caseless_(connection->version,
-                       MHD_HTTP_VERSION_1_1))
+                              MHD_HTTP_VERSION_1_1))
   {
     if (NULL == end)
       return MHD_YES;
@@ -737,7 +737,7 @@
    return MHD_YES;
   }
   if (MHD_str_equal_caseless_(connection->version,
-                       MHD_HTTP_VERSION_1_0))
+                              MHD_HTTP_VERSION_1_0))
   {
     if (NULL == end)
       return MHD_NO;
@@ -2394,7 +2394,7 @@
     }
   if (0 != (daemon->options & MHD_USE_THREAD_PER_CONNECTION))
     {
-      if (MHD_YES != MHD_mutex_lock_ (&daemon->cleanup_connection_mutex)) 
+      if (MHD_YES != MHD_mutex_lock_ (&daemon->cleanup_connection_mutex))
         MHD_PANIC ("Failed to acquire cleanup mutex\n");
     }
   else




reply via email to

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