From eb120e85f284129f39bfcca4d14833fe34a2cdd7 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 7 Jan 2016 08:52:40 -0500 Subject: [PATCH] librbd: correct include guard in RenameRequest.h Signed-off-by: Jason Dillaman --- src/librbd/operation/RenameRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librbd/operation/RenameRequest.h b/src/librbd/operation/RenameRequest.h index e67f75c241492..474ce5004bef6 100644 --- a/src/librbd/operation/RenameRequest.h +++ b/src/librbd/operation/RenameRequest.h @@ -1,7 +1,7 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab -#ifndef CEPH_LIBRBD_RENAME_REQUEST_HH +#ifndef CEPH_LIBRBD_RENAME_REQUEST_H #define CEPH_LIBRBD_RENAME_REQUEST_H #include "librbd/operation/Request.h" -- 2.39.5