gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: Cosmetics: fixed formatting for 'examples'


From: gnunet
Subject: [libmicrohttpd] 01/02: Cosmetics: fixed formatting for 'examples'
Date: Fri, 17 Sep 2021 10:59:12 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit acc4cc29ed74e9d63088e6a7df9bb8ad5938043c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Sep 17 11:54:58 2021 +0300

    Cosmetics: fixed formatting for 'examples'
---
 src/examples/benchmark.c       | 2 +-
 src/examples/benchmark_https.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/examples/benchmark.c b/src/examples/benchmark.c
index ae3100bb..a579d42b 100644
--- a/src/examples/benchmark.c
+++ b/src/examples/benchmark.c
@@ -173,7 +173,7 @@ main (int argc, char *const *argv)
   (void) getc (stdin);
   MHD_stop_daemon (d);
   MHD_destroy_response (response);
-  for (i = 0; i<SMALL; i++)
+  for (i = 0; i < SMALL; i++)
     if (0 != small_deltas[i])
       fprintf (stdout, "D: %d %u\n", i, small_deltas[i]);
   return 0;
diff --git a/src/examples/benchmark_https.c b/src/examples/benchmark_https.c
index d5051088..ddc3be19 100644
--- a/src/examples/benchmark_https.c
+++ b/src/examples/benchmark_https.c
@@ -237,7 +237,7 @@ main (int argc, char *const *argv)
   (void) getc (stdin);
   MHD_stop_daemon (d);
   MHD_destroy_response (response);
-  for (i = 0; i<SMALL; i++)
+  for (i = 0; i < SMALL; i++)
     if (0 != small_deltas[i])
       fprintf (stdout, "D: %d %u\n", i, small_deltas[i]);
   return 0;

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