diff --git a/c8_remote/main.c b/c8_remote/main.c index eb7faf6..31189d1 100644 --- a/c8_remote/main.c +++ b/c8_remote/main.c @@ -520,11 +520,11 @@ int main() while(1) { - for(j = 0; j < 30; j++) - { - printf("waiting for minute %i out of 30\n", j); - sleep(60); - } + for(j = 0; j < 30; j++) + { + printf("waiting for minute %i out of 30\n", j); + sleep(60); + } if(IS_CHECKM8_FAIL(open_device_session(dev))) {