[Lldb-commits] [lldb] r151199 - /lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h
Benjamin Kramer
benny.kra at googlemail.com
Wed Feb 22 13:01:45 PST 2012
Author: d0k
Date: Wed Feb 22 15:01:45 2012
New Revision: 151199
URL: http://llvm.org/viewvc/llvm-project?rev=151199&view=rev
Log:
Remove extra semicolon (breaking g++ builds).
Modified:
lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h
Modified: lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h?rev=151199&r1=151198&r2=151199&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h (original)
+++ lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h Wed Feb 22 15:01:45 2012
@@ -56,7 +56,7 @@
///< from ClangExternalASTSourceCommon. This magic
///< number exists to enforce that.
};
-
-};
+
+}
#endif
More information about the lldb-commits
mailing list