aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-02-02 11:14:04 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-02-02 11:14:04 +0000
commite5183747da2b268f53a9464fda5fd6b4856c62a4 (patch)
tree7c20708b5d28200464b31860da8f54eb2b989759 /example/hello.c
parentff30a6cd43535ec318a26c1d3ec9c7edc268e9c9 (diff)
whitespace fixes
Diffstat (limited to 'example/hello.c')
-rw-r--r--example/hello.c2
1 files changed, 1 insertions, 1 deletions
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)