summaryrefslogtreecommitdiff
path: root/apps/examples/mtdpart/mtdpart_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mtdpart/mtdpart_main.c')
-rw-r--r--apps/examples/mtdpart/mtdpart_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/mtdpart/mtdpart_main.c b/apps/examples/mtdpart/mtdpart_main.c
index 3c1e98437..2dca73ff3 100644
--- a/apps/examples/mtdpart/mtdpart_main.c
+++ b/apps/examples/mtdpart/mtdpart_main.c
@@ -231,7 +231,7 @@ int mtdpart_main(int argc, char *argv[])
message(" blocksize: %lu\n", (unsigned long)geo.blocksize);
message(" erasesize: %lu\n", (unsigned long)geo.erasesize);
message(" neraseblocks: %lu\n", (unsigned long)geo.neraseblocks);
-
+
/* Determine the size of each partition. Make each partition an even
* multiple of the erase block size (perhaps not using some space at the
* end of the FLASH).