diff options
Diffstat (limited to 'clang/tools/libclang/CXSourceLocation.h')
-rw-r--r-- | clang/tools/libclang/CXSourceLocation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/tools/libclang/CXSourceLocation.h b/clang/tools/libclang/CXSourceLocation.h index 3cb78d23a1f..f0b3f495491 100644 --- a/clang/tools/libclang/CXSourceLocation.h +++ b/clang/tools/libclang/CXSourceLocation.h @@ -73,7 +73,6 @@ static inline SourceRange translateCXSourceRange(CXSourceRange R) { } -} // namespace cxloc -} // namespace clang +}} // end namespace: clang::cxloc #endif |