aboutsummaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/benchmark.c2
-rw-r--r--src/examples/benchmark_https.c2
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)
173 (void) getc (stdin); 173 (void) getc (stdin);
174 MHD_stop_daemon (d); 174 MHD_stop_daemon (d);
175 MHD_destroy_response (response); 175 MHD_destroy_response (response);
176 for (i = 0; i<SMALL; i++) 176 for (i = 0; i < SMALL; i++)
177 if (0 != small_deltas[i]) 177 if (0 != small_deltas[i])
178 fprintf (stdout, "D: %d %u\n", i, small_deltas[i]); 178 fprintf (stdout, "D: %d %u\n", i, small_deltas[i]);
179 return 0; 179 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)
237 (void) getc (stdin); 237 (void) getc (stdin);
238 MHD_stop_daemon (d); 238 MHD_stop_daemon (d);
239 MHD_destroy_response (response); 239 MHD_destroy_response (response);
240 for (i = 0; i<SMALL; i++) 240 for (i = 0; i < SMALL; i++)
241 if (0 != small_deltas[i]) 241 if (0 != small_deltas[i])
242 fprintf (stdout, "D: %d %u\n", i, small_deltas[i]); 242 fprintf (stdout, "D: %d %u\n", i, small_deltas[i]);
243 return 0; 243 return 0;