mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
Format. NFC.
llvm-svn: 288967
This commit is contained in:
parent
92c88a4f76
commit
49326e4d84
@ -92,7 +92,7 @@ std::string elf::ObjectFile<ELFT>::getLineInfo(InputSectionBase<ELFT> *S,
|
||||
if (Info.Line == 0)
|
||||
return "";
|
||||
std::string Ret = Info.FileName + ":" + std::to_string(Info.Line);
|
||||
convertToUnixPathSeparator({(char*)Ret.data(), Ret.size()});
|
||||
convertToUnixPathSeparator({(char *)Ret.data(), Ret.size()});
|
||||
return Ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user