From 6a309c81bc9a23aaafd29479e1d2ef88fec75735 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 14 Jan 2016 09:22:48 -0500 Subject: [PATCH] pybind/rbd.pyx: drop stray semicolon Signed-off-by: Sage Weil --- src/pybind/rbd.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rbd.pyx b/src/pybind/rbd.pyx index 6be015c75008b..a03d97578d3ae 100644 --- a/src/pybind/rbd.pyx +++ b/src/pybind/rbd.pyx @@ -148,7 +148,7 @@ cdef extern from "rbd/librbd.h" nogil: int rbd_snap_set(rbd_image_t image, const char *snapname) int rbd_flatten(rbd_image_t image) int rbd_rebuild_object_map(rbd_image_t image, librbd_progress_fn_t cb, - void *cbdata); + void *cbdata) ssize_t rbd_list_children(rbd_image_t image, char *pools, size_t *pools_len, char *images, size_t *images_len) ssize_t rbd_list_lockers(rbd_image_t image, int *exclusive, -- 2.39.5