commit acc4cc29ed74e9d63088e6a7df9bb8ad5938043c
parent bf1993237a6ad5b01f3e4b5051d15316fc8e03d7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Fri, 17 Sep 2021 11:54:58 +0300
Cosmetics: fixed formatting for 'examples'
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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;