rbd: fix comment formatting

Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
Sven Anderson 2021-06-25 18:47:27 +02:00 committed by mergify[bot]
parent dfd1e08fab
commit 8cbfd1971a
1 changed files with 5 additions and 5 deletions

View File

@ -75,8 +75,8 @@ func (imm ImageMirrorMode) String() string {
// associated with the ioctx. // associated with the ioctx.
// //
// Implements: // Implements:
// int rbd_mirror_uuid_get(rados_ioctx_t io_ctx, // int rbd_mirror_uuid_get(rados_ioctx_t io_ctx, char *uuid, size_t
// char *uuid, size_t *max_len); // *max_len);
func GetMirrorUUID(ioctx *rados.IOContext) (string, error) { func GetMirrorUUID(ioctx *rados.IOContext) (string, error) {
var ( var (
err error err error