From: Sage Weil Date: Tue, 13 Sep 2016 18:02:01 +0000 (-0400) Subject: buffer: fix whitespace X-Git-Tag: v11.1.0~617^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1baeb61054717530a3c595c12bc1df5c3364b8a9;p=ceph.git buffer: fix whitespace Signed-off-by: Sage Weil --- diff --git a/src/include/buffer.h b/src/include/buffer.h index f5b2826b85b8..13be4f32474e 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -605,7 +605,7 @@ namespace buffer CEPH_BUFFER_API { int write_fd_zero_copy(int fd) const; void prepare_iov(std::vector *piov) const; uint32_t crc32c(uint32_t crc) const; - void invalidate_crc(); + void invalidate_crc(); }; /*