]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/ceph_conf: use std::quoted()
authorKefu Chai <kchai@redhat.com>
Tue, 16 Jul 2019 06:52:12 +0000 (14:52 +0800)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 14 Dec 2020 02:08:05 +0000 (12:08 +1000)
commit03dc1206214c95bb679cca7930bfb5e8f7405b45
tree9e35838937c171e6be78d70d8989ed48aea5df0f
parentd10f380204f10b83a4efddfe792b54f1115d791a
tools/ceph_conf: use std::quoted()

* use std::quoted() for better readability
* use string literals to avoid escapings which are distrating.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit d4af6fea3ea51c12190062d81694c367f82ad31f)
src/tools/ceph_conf.cc