gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36565 - libmicrohttpd/src/microhttpd
Date: Sun, 25 Oct 2015 13:48:27 +0100

Author: grothoff
Date: 2015-10-25 13:48:27 +0100 (Sun, 25 Oct 2015)
New Revision: 36565

Modified:
   libmicrohttpd/src/microhttpd/connection.c
Log:
-eol spaces

Modified: libmicrohttpd/src/microhttpd/connection.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection.c   2015-10-25 12:48:03 UTC (rev 
36564)
+++ libmicrohttpd/src/microhttpd/connection.c   2015-10-25 12:48:27 UTC (rev 
36565)
@@ -1176,14 +1176,14 @@
  */
 static int
 connection_add_header (struct MHD_Connection *connection,
-                       const char *key, 
-                      const char *value, 
+                       const char *key,
+                      const char *value,
                       enum MHD_ValueKind kind)
 {
-  if (MHD_NO == 
+  if (MHD_NO ==
       MHD_set_connection_value (connection,
                                kind,
-                               key, 
+                               key,
                                value))
     {
 #if HAVE_MESSAGES
@@ -1190,7 +1190,7 @@
       MHD_DLOG (connection->daemon,
                 "Not enough memory to allocate header record!\n");
 #endif
-      transmit_error_response (connection, 
+      transmit_error_response (connection,
                               MHD_HTTP_REQUEST_ENTITY_TOO_LARGE,
                                REQUEST_TOO_BIG);
       return MHD_NO;
@@ -1288,7 +1288,7 @@
           equals[strlen (equals) - 1] = '\0';
           equals++;
         }
-      if (MHD_NO == 
+      if (MHD_NO ==
          connection_add_header (connection,
                                 pos,
                                 equals,
@@ -1342,7 +1342,7 @@
       args++;
       /* note that this call clobbers 'args' */
       MHD_parse_arguments_ (connection,
-                           MHD_GET_ARGUMENT_KIND, 
+                           MHD_GET_ARGUMENT_KIND,
                            args,
                            &connection_add_header,
                            &unused_num_headers);
@@ -1784,7 +1784,7 @@
     }
   EXTRA_CHECK ((NULL != last) && (NULL != connection->colon));
   if ((MHD_NO == connection_add_header (connection,
-                                        last, 
+                                        last,
                                        connection->colon,
                                        kind)))
     {




reply via email to

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