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/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/null.c') diff --git a/example/null.c b/example/null.c index c4e505b..d58feab 100644 --- a/example/null.c +++ b/example/null.c @@ -18,7 +18,7 @@ static int null_getattr(const char *path, struct stat *stbuf) { if(strcmp(path, "/") != 0) return -ENOENT; - + stbuf->st_mode = S_IFREG | 0644; stbuf->st_nlink = 1; stbuf->st_uid = getuid(); -- cgit v1.2.3