tighten formatting rules

This commit is contained in:
Christian Grothoff
2019-10-31 13:06:08 +01:00
parent e0a0762845
commit 7389c34528
160 changed files with 902 additions and 529 deletions
+2
View File
@@ -103,6 +103,7 @@ file_reader (void *cls, uint64_t pos, char *buf, size_t max)
return fread (buf, 1, max, file);
}
static void
file_free_callback (void *cls)
{
@@ -110,6 +111,7 @@ file_free_callback (void *cls)
fclose (file);
}
/* HTTP access handler call back */
static int
http_ahc (void *cls,