From 42076a857537c2416820421c4fba335f16edaa39 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 17 Oct 2005 12:58:58 +0000 Subject: whitespace cleanup --- sshfs.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sshfs.c b/sshfs.c index eca3369..e0b8b99 100644 --- a/sshfs.c +++ b/sshfs.c @@ -844,7 +844,6 @@ static void *process_requests(void *data_) g_hash_table_foreach_remove(reqtab, (GHRFunc) clean_req, NULL); connver ++; pthread_mutex_unlock(&lock); - } return NULL; } @@ -1574,10 +1573,10 @@ static int sshfs_read(const char *path, char *rbuf, size_t size, off_t offset, { struct sshfs_file *sf = (struct sshfs_file *) fi->fh; (void) path; - + if (!sshfs_file_is_conn(sf)) return -EIO; - + if (sync_read) return sshfs_sync_read(sf, rbuf, size, offset); else @@ -1619,7 +1618,7 @@ static int sshfs_write(const char *path, const char *wbuf, size_t size, struct buffer *handle = &sf->handle; (void) path; - + if (!sshfs_file_is_conn(sf)) return -EIO; -- cgit v1.2.3