mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
common/version: remove accidental space
Introduced in 32f10b3652
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ea911b7f48
commit
afcfc1d7d9
@ -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 << ")";
|
||||
|
Loading…
Reference in New Issue
Block a user