From: Jason Dillaman Date: Thu, 7 Jan 2016 13:52:40 +0000 (-0500) Subject: librbd: correct include guard in RenameRequest.h X-Git-Tag: v10.0.2~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7143%2Fhead;p=ceph.git librbd: correct include guard in RenameRequest.h Signed-off-by: Jason Dillaman --- diff --git a/src/librbd/operation/RenameRequest.h b/src/librbd/operation/RenameRequest.h index e67f75c24149..474ce5004bef 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"