From e5183747da2b268f53a9464fda5fd6b4856c62a4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 2 Feb 2005 11:14:04 +0000 Subject: whitespace fixes --- example/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/hello.c') diff --git a/example/hello.c b/example/hello.c index 82da26e..9e4099b 100644 --- a/example/hello.c +++ b/example/hello.c @@ -65,7 +65,7 @@ static int hello_read(const char *path, char *buf, size_t size, off_t offset, (void) fi; if(strcmp(path, hello_path) != 0) return -ENOENT; - + len = strlen(hello_str); if (offset < len) { if (offset + size > len) -- cgit v1.2.3