diff options
| -rw-r--r-- | lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h b/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h index 40a55508a88..fb09ed31cfa 100644 --- a/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h +++ b/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h @@ -56,7 +56,7 @@ private: ///< from ClangExternalASTSourceCommon. This magic ///< number exists to enforce that. }; - -}; + +} #endif |

