gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 67/156: configure: cosmetics: deleted extra spaces


From: gnunet
Subject: [libmicrohttpd] 67/156: configure: cosmetics: deleted extra spaces
Date: Sun, 28 May 2023 17:52:00 +0200

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

karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.

commit b5aa81a3605243c46daf960513a0cad21eb986cc
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Mar 14 17:20:33 2023 +0300

    configure: cosmetics: deleted extra spaces
---
 configure.ac | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/configure.ac b/configure.ac
index dab62105..2e046450 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,12 +162,12 @@ static int cmp_func(const void *p1, const void *p2)
 
 int main(void)
 {
-  int ret = 0; 
+  int ret = 0;
   void *root_ptr = NULL;
   int element1 = 1;
   int **element_ptr_ptr1;
   int **element_ptr_ptr2;
-  
+
   element_ptr_ptr1 =
     (int **) tsearch ((void*) &element1, &root_ptr, &cmp_func);
   if (NULL == element_ptr_ptr1)
@@ -185,7 +185,7 @@ int main(void)
     fprintf (stderr, "Root pointer has not been set by tsearch().\n");
     return ++ret;
   }
-  
+
   element_ptr_ptr2 =
     (int **) tsearch ((void*) &element1, &root_ptr, &cmp_func);
   if (NULL == element_ptr_ptr2)
@@ -203,7 +203,7 @@ int main(void)
     fprintf (stderr, "Wrong element has been returned when tsearch() called 
for the second time.\n");
     ++ret;
   }
-  
+
   element_ptr_ptr2 =
     (int **) tfind ((void*) &element1, &root_ptr, &cmp_func);
   if (NULL == element_ptr_ptr2)
@@ -221,7 +221,7 @@ int main(void)
     fprintf (stderr, "Wrong element has been returned when tsearch() called 
for the second time.\n");
     ++ret;
   }
-  
+
   element_ptr_ptr1 =
     (int **) tdelete ((void*) &element1, &root_ptr, &cmp_func);
   if (NULL == element_ptr_ptr1)
@@ -234,7 +234,7 @@ int main(void)
     fprintf (stderr, "Root pointer has not been set to NULL by tdelete().\n");
     ++ret;
   }
-  
+
   return ret;
 }
              ]]
@@ -1178,7 +1178,7 @@ MHD_FIND_LIB([socket],
 #if defined(_WIN32) && ! defined(__CYGWIN__)
 #include <winsock2.h>
 #endif
-  ]], 
+  ]],
   [(void)socket(0, 0, 0);],
   [socket ws2_32 xnet],
   [
@@ -1345,12 +1345,12 @@ AS_IF([test "$enable_poll" != "no"],
               ]],
               [[
   struct pollfd fds[2];
-  
+
   fds[0].fd = 0;
   fds[0].events = POLLIN;
   if (0 > poll(fds, 1, 0))
     return 2;
-              ]], 
+              ]],
               [have_poll='yes'], [have_poll='no']
             )
           ], [], [AC_INCLUDES_DEFAULT]
@@ -1991,7 +1991,7 @@ MHD_CHECK_FUNC([snprintf],
   ]],
   [[
   char buf[2];
-  
+
   i][f (1 != snprintf(buf, 2, "a"))
     return 3;
   /* Do not use the next check to avoid compiler warning */

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