Commit Diff


commit - ed3946c3ac02b5534722db2df1a248c4ed7e2035
commit + 99861c4aecd3ed686171dc9b6cf11626c5f8ea3a
blob - cdb50b8169ff7e99980528db5e4a24a1636eafd5
blob + 81940c551e893a3645608a3fafd9e2f336ac1577
--- web/http.c
+++ web/http.c
@@ -218,7 +218,8 @@ http_read(struct client *clt)
 }
 
 int
-http_reply(struct client *clt, int code, const char *reason, const char *ctype)
+http_reply(struct client *clt, int code, const char *reason,
+    const char *ctype)
 {
 	const char	*version, *location = NULL;
 	char		 b32[32] = "";