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 bd85e600a17bb..c055dd7f3d49c 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  | 
