respondd: fix indentation

This commit is contained in:
lemoer 2016-08-13 16:45:17 +02:00
parent c35faf28a6
commit d552148e7d
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ static struct json_object * handle_request(char *request, bool *compress) {
// the return value indicates whether there was a request
static bool accept_request(struct request_schedule *schedule, int sock,
uint64_t timeout, uint64_t max_multicast_delay) {
uint64_t timeout, uint64_t max_multicast_delay) {
char input[REQUEST_MAXLEN];
ssize_t input_bytes;
struct sockaddr_in6 addr;