From: Ruben Kerkhof Date: Mon, 6 Jul 2015 18:14:08 +0000 (+0200) Subject: Fix indentation X-Git-Tag: v9.1.0~237^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5156%2Fhead;p=ceph.git Fix indentation Signed-off-by: Ruben Kerkhof --- 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)