From 43967f5e9c9dc88ccb33014e12c7ebf79b99e677 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 21 Sep 2011 09:28:48 -0700 Subject: [PATCH] auth: keyring: whitespace Signed-off-by: Sage Weil --- src/auth/KeyRing.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/auth/KeyRing.cc b/src/auth/KeyRing.cc index 0ebf8adfad7ef..e075caadac3c9 100644 --- a/src/auth/KeyRing.cc +++ b/src/auth/KeyRing.cc @@ -32,8 +32,7 @@ using std::auto_ptr; using namespace std; -KeyRing *KeyRing:: -from_ceph_context(CephContext *cct) +KeyRing *KeyRing::from_ceph_context(CephContext *cct) { const md_config_t *conf = cct->_conf; bool found_key = false; @@ -90,8 +89,7 @@ from_ceph_context(CephContext *cct) return keyring.release(); } -KeyRing *KeyRing:: -create_empty() +KeyRing *KeyRing::create_empty() { return new KeyRing(); } -- 2.39.5