]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: add a space before function name
authorKefu Chai <kchai@redhat.com>
Sat, 29 Jun 2019 07:08:26 +0000 (15:08 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 29 Jun 2019 12:03:20 +0000 (20:03 +0800)
for better readability

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/pg.h

index 6639dc9bcf0c8edac4f4d156c912073a647c05fe..d31dc3dc4d6e877288e8ecbae248e92be5674552 100644 (file)
@@ -71,11 +71,11 @@ public:
 
   ~PG();
 
-  const pg_shard_t &get_pg_whoami() const {
+  const pg_shard_tget_pg_whoami() const {
     return pg_whoami;
   }
 
-  const spg_t&get_pgid() const {
+  const spg_t& get_pgid() const {
     return pgid;
   }