diff options
Diffstat (limited to 'include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h')
-rw-r--r-- | include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h b/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h index 9f7527fc66ea..743f9c696e9e 100644 --- a/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +++ b/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h @@ -26,6 +26,6 @@ public: ~DWARFCompileUnit() override; }; -} // namespace llvm +} #endif |