From d9e1adda960b22b9571a04b79d1a261983e6e11a Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Tue, 17 Dec 2013 12:53:29 -0800 Subject: commandline: whitespace --- commandline/library/micronucleus_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commandline/library') diff --git a/commandline/library/micronucleus_lib.c b/commandline/library/micronucleus_lib.c index 9b73d46..b9bceb2 100644 --- a/commandline/library/micronucleus_lib.c +++ b/commandline/library/micronucleus_lib.c @@ -151,7 +151,7 @@ int micronucleus_writeFlash(micronucleus* deviceHandle, unsigned int program_siz // give microcontroller enough time to write this page and come back online delay(deviceHandle->write_sleep); - + if (res != page_length) return -1; } -- cgit v1.2.3