fix some indentation

This commit is contained in:
josch
2014-12-30 19:12:49 +01:00
parent a1f39e8d4f
commit d1a778ffe5
3 changed files with 7 additions and 9 deletions

View File

@@ -484,7 +484,7 @@ int main(int argc, char *argv[])
ctx->sv_writefiles = stringv_alloc();
ctx->sv_readonlyfiles = stringv_alloc();
ctx->last_status_check = 0;
ctx->interval_status_check = 60; // TODO: make this configurable
ctx->interval_status_check = 60; // TODO: make this configurable
pthread_mutex_init(&(ctx->mutex), NULL);