common/version: remove accidental space

Introduced in 32f10b3652

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-06-02 14:10:26 -04:00
parent ea911b7f48
commit afcfc1d7d9

View File

@ -36,7 +36,7 @@ const char *git_version_to_str(void)
std::string const pretty_version_to_str(void)
{
std::ostringstream oss;
oss << "ceph version " << " " << CEPH_GIT_NICE_VER
oss << "ceph version " << CEPH_GIT_NICE_VER
<< " (" << STRINGIFY(CEPH_GIT_VER) << ") "
<< ceph_release_name(CEPH_RELEASE)
<< " (" << CEPH_RELEASE_TYPE << ")";