mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
tighten formatting rules
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user