diff options
Diffstat (limited to 'include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h')
-rw-r--r-- | include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h b/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h index c055dd7f3d49..bd85e600a17b 100644 --- a/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +++ b/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h @@ -34,6 +34,6 @@ public: // FORWARD_SYMBOL_METHOD(getValue) FORWARD_SYMBOL_METHOD(getVirtualAddress) }; -} +} // namespace llvm #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLANNOTATION_H |