From 37f40f5574e04ae050507133ade8fe0e6bae2f0d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 9 Oct 2006 20:49:57 -0500 Subject: Fixup whitespace Signed-off-by: Josh Boyer --- flash_info.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'flash_info.c') diff --git a/flash_info.c b/flash_info.c index 7157b9e..f5ed1c6 100644 --- a/flash_info.c +++ b/flash_info.c @@ -1,6 +1,6 @@ /* * flash_info.c -- print info about a MTD device -*/ + */ #include #include @@ -41,13 +41,13 @@ int main(int argc,char *argv[]) if(ioctl(Fd, MEMGETREGIONINFO, ®info) == 0) { printf("Region %d is at 0x%x with size 0x%x and " - "has 0x%x blocks\n", i, reginfo.offset, - reginfo.erasesize, reginfo.numblocks); + "has 0x%x blocks\n", i, reginfo.offset, + reginfo.erasesize, reginfo.numblocks); } else { printf("Strange can not read region %d from a %d region device\n", - i, regcount); + i, regcount); } } } -- cgit v1.2.3