From d0af1d9819872cee38be0e6a99ea1959fac0d68d Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Tue, 25 Feb 2020 09:40:14 -0500 Subject: [PATCH] fix spacing --- c8_remote/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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))) {