gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit dc49b4e7957a7b8205f28fcc5878bf759a3aacb6
parent ca394e6a20eb1693602c5aa8cdba8538db59baea
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Nov 2007 12:06:14 +0000

whitespace

Diffstat:
Mfile.c | 4++--
Mread.c | 4++--
Mspecial_file.c | 2+-
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/file.c b/file.c @@ -48,8 +48,8 @@ static void upcb(guint64 totalBytes, guint64 completedBytes, GNUNET_CronTime eta static void dpcb(unsigned long long totalBytes, unsigned long long completedBytes, GNUNET_CronTime eta, unsigned long long lastBlockOffset, const char *lastBlock, - unsigned int lastBlockSize, void *cls) -{ + unsigned int lastBlockSize, void *cls) +{ (void)totalBytes; (void)completedBytes; (void)eta; diff --git a/read.c b/read.c @@ -70,9 +70,9 @@ static void dpcb(unsigned long long totalBytes, } static int tt(void *cls) -{ +{ (void)cls; - return fuse_interrupted() ? GNUNET_SYSERR : GNUNET_OK; + return fuse_interrupted() ? GNUNET_SYSERR : GNUNET_OK; } int gn_read(const char *path, char *buf, size_t size, off_t offset, diff --git a/special_file.c b/special_file.c @@ -72,7 +72,7 @@ out: return ret; } -/* +/* * Returns a malloc'd string for a special file, and in the case of .uri files * will sync it if it's dirty */