Author: labath Date: Thu Feb 14 23:33:37 2019 New Revision: 354103 URL: http://llvm.org/viewvc/llvm-project?rev=354103&view=rev Log: Remove redundant semicolon after namespace-closing '}'
Modified: lldb/trunk/include/lldb/Symbol/SourceModule.h Modified: lldb/trunk/include/lldb/Symbol/SourceModule.h URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/SourceModule.h?rev=354103&r1=354102&r2=354103&view=diff ============================================================================== --- lldb/trunk/include/lldb/Symbol/SourceModule.h (original) +++ lldb/trunk/include/lldb/Symbol/SourceModule.h Thu Feb 14 23:33:37 2019 @@ -22,6 +22,6 @@ struct SourceModule { ConstString sysroot; }; -}; // namespace lldb_private +} // namespace lldb_private #endif _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits