summaryrefslogtreecommitdiffstats
path: root/commandline/library
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2013-12-17 12:53:29 -0800
committerAaron Stone <aaron@serendipity.cx>2013-12-17 13:26:27 -0800
commitd9e1adda960b22b9571a04b79d1a261983e6e11a (patch)
treee9496491d75e1123dbae96f8481d61ce92725e93 /commandline/library
parented8501462ec235d1dd34afd21ef3fbab484055c4 (diff)
downloadmicronucleus-d9e1adda960b22b9571a04b79d1a261983e6e11a.tar.gz
micronucleus-d9e1adda960b22b9571a04b79d1a261983e6e11a.tar.bz2
micronucleus-d9e1adda960b22b9571a04b79d1a261983e6e11a.zip
commandline: whitespace
Diffstat (limited to 'commandline/library')
-rw-r--r--commandline/library/micronucleus_lib.c2
1 files changed, 1 insertions, 1 deletions
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;
}