From 0f1d7aed4f5fa354fefd45416e459cce0bea5780 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 6 Jul 2015 20:14:08 +0200 Subject: [PATCH] Fix indentation Signed-off-by: Ruben Kerkhof --- src/client/Client.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index 4e70756d4c0..333c10f76ec 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -7133,7 +7133,7 @@ int Client::preadv(int fd, const struct iovec *iov, int iovcnt, loff_t offset) { if (iovcnt < 0) return EINVAL; - return _preadv_pwritev(fd, iov, iovcnt, offset, false); + return _preadv_pwritev(fd, iov, iovcnt, offset, false); } int Client::_read(Fh *f, int64_t offset, uint64_t size, bufferlist *bl) @@ -7462,7 +7462,7 @@ int Client::pwritev(int fd, const struct iovec *iov, int iovcnt, int64_t offset) { if (iovcnt < 0) return EINVAL; - return _preadv_pwritev(fd, iov, iovcnt, offset, true); + return _preadv_pwritev(fd, iov, iovcnt, offset, true); } int Client::_preadv_pwritev(int fd, const struct iovec *iov, unsigned iovcnt, int64_t offset, bool write) -- 2.47.3