Skip to content

Commit 0f6bba9

Browse files
committed
Fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253278 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7cd8652 commit 0f6bba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS,
139139
std::string File;
140140
auto Color = syntax::Enumerator;
141141
if (attr == DW_AT_decl_file || attr == DW_AT_call_file) {
142-
Color = syntax::String;
142+
Color = syntax::String;
143143
if (const auto *LT = u->getContext().getLineTableForUnit(u))
144144
if (LT->getFileNameByIndex(
145145
formValue.getAsUnsignedConstant().getValue(),

0 commit comments

Comments
 (0)