mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Fix indentation
llvm-svn: 253278
This commit is contained in:
parent
ff19b0c37b
commit
11eb1233c6
@ -139,7 +139,7 @@ void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS,
|
|||||||
std::string File;
|
std::string File;
|
||||||
auto Color = syntax::Enumerator;
|
auto Color = syntax::Enumerator;
|
||||||
if (attr == DW_AT_decl_file || attr == DW_AT_call_file) {
|
if (attr == DW_AT_decl_file || attr == DW_AT_call_file) {
|
||||||
Color = syntax::String;
|
Color = syntax::String;
|
||||||
if (const auto *LT = u->getContext().getLineTableForUnit(u))
|
if (const auto *LT = u->getContext().getLineTableForUnit(u))
|
||||||
if (LT->getFileNameByIndex(
|
if (LT->getFileNameByIndex(
|
||||||
formValue.getAsUnsignedConstant().getValue(),
|
formValue.getAsUnsignedConstant().getValue(),
|
||||||
|
Loading…
Reference in New Issue
Block a user