From 43ec94a665e13552402ff4f102e0f65f6792cf29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:24:28 -0600 Subject: More trailing whilespace removal --- apps/examples/romfs/Makefile | 2 +- apps/examples/romfs/romfs_main.c | 2 +- apps/examples/romfs/testdir.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/examples/romfs') diff --git a/apps/examples/romfs/Makefile b/apps/examples/romfs/Makefile index 2b02952ed..d3c8e79cc 100644 --- a/apps/examples/romfs/Makefile +++ b/apps/examples/romfs/Makefile @@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path . # Common build -VPATH = +VPATH = all: .built .PHONY: checkgenromfs clean depend distclean diff --git a/apps/examples/romfs/romfs_main.c b/apps/examples/romfs/romfs_main.c index d39c8ec2b..980bd4455 100644 --- a/apps/examples/romfs/romfs_main.c +++ b/apps/examples/romfs/romfs_main.c @@ -461,7 +461,7 @@ int romfs_main(int argc, char *argv[]) /* Create a RAM disk for the test */ - ret = romdisk_register(CONFIG_EXAMPLES_ROMFS_RAMDEVNO, testdir_img, + ret = romdisk_register(CONFIG_EXAMPLES_ROMFS_RAMDEVNO, testdir_img, NSECTORS(testdir_img_len), CONFIG_EXAMPLES_ROMFS_SECTORSIZE); if (ret < 0) { diff --git a/apps/examples/romfs/testdir.txt b/apps/examples/romfs/testdir.txt index e321d6ded..c87815179 100644 --- a/apps/examples/romfs/testdir.txt +++ b/apps/examples/romfs/testdir.txt @@ -26,7 +26,7 @@ FILE HEADER 4: Name=adir 00000c0: 616e 6f74 6865 7266 696c 652e 7478 7400 anotherfile.txt. FILE CONTENT: - 00000d0: 5468 6973 2069 7320 616e 6f74 6865 7220 This is another + 00000d0: 5468 6973 2069 7320 616e 6f74 6865 7220 This is another 00000e0: 6669 6c65 0a00 0000 0000 0000 0000 0000 file............ FILE HEADER 4.2: Name=yafile.txt @@ -38,7 +38,7 @@ FILE HEADER 4: Name=adir 0000120: 6865 7220 6669 6c65 0a00 0000 0000 0000 her file........ FILE HEADER 4.3: Name=. - 0000130: 0000 0150 0000 0090 0000 0000 d1ff fe20 ...P........... + 0000130: 0000 0150 0000 0090 0000 0000 d1ff fe20 ...P........... 0000140: 2e00 0000 0000 0000 0000 0000 0000 0000 ................ FILE HEADER 4.4: Name=.. -- cgit v1.2.3