mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix some indentation
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user