crimson/osd: add a space before function name

for better readability

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-06-29 15:08:26 +08:00
parent 713a9a09e4
commit 8b4c62f520

View File

@ -71,11 +71,11 @@ public:
~PG();
const pg_shard_t &get_pg_whoami() const {
const pg_shard_t& get_pg_whoami() const {
return pg_whoami;
}
const spg_t&get_pgid() const {
const spg_t& get_pgid() const {
return pgid;
}