Fixed formatting
This commit is contained in:
@@ -126,7 +126,7 @@ std::string class_::full_name(bool relative) const
|
|||||||
else
|
else
|
||||||
res = ostr.str();
|
res = ostr.str();
|
||||||
|
|
||||||
if(res.empty())
|
if (res.empty())
|
||||||
return "<<anonymous>>";
|
return "<<anonymous>>";
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
|||||||
Reference in New Issue
Block a user