mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
crimson/osd: add a space before function name
for better readability Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
713a9a09e4
commit
8b4c62f520
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user