]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
buffer: fix whitespace
authorSage Weil <sage@redhat.com>
Tue, 13 Sep 2016 18:02:01 +0000 (14:02 -0400)
committerSage Weil <sage@redhat.com>
Sun, 16 Oct 2016 14:32:49 +0000 (10:32 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/include/buffer.h

index f5b2826b85b8a1dd78a8cc89d0144672f7964890..13be4f32474e7314de7566fe62d947d0478b7eeb 100644 (file)
@@ -605,7 +605,7 @@ namespace buffer CEPH_BUFFER_API {
     int write_fd_zero_copy(int fd) const;
     void prepare_iov(std::vector<iovec> *piov) const;
     uint32_t crc32c(uint32_t crc) const;
-       void invalidate_crc();
+    void invalidate_crc();
   };
 
   /*