respondd: fix indentation

This commit is contained in:
lemoer 2016-08-13 01:40:51 +02:00
parent 78243797cf
commit 1eddec6af4
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ static const struct respondd_provider_info * get_providers(const char *filename)
}
bool schedule_push_request(struct request_schedule *q, char* req,
struct sockaddr *addr, socklen_t addrlen,
int64_t scheduled_time) {
struct sockaddr *addr, socklen_t addrlen,
int64_t scheduled_time) {
if (q->length >= SCHEDULE_LEN)
// schedule is full
return false;