From: Kefu Chai Date: Sat, 29 Jun 2019 07:08:26 +0000 (+0800) Subject: crimson/osd: add a space before function name X-Git-Tag: v15.1.0~2343^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b4c62f520b4367b18e62af5dec80fd68aa27ed2;p=ceph.git crimson/osd: add a space before function name for better readability Signed-off-by: Kefu Chai --- diff --git a/src/crimson/osd/pg.h b/src/crimson/osd/pg.h index 6639dc9bcf0..d31dc3dc4d6 100644 --- a/src/crimson/osd/pg.h +++ b/src/crimson/osd/pg.h @@ -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; }