[Lldb-commits] [lldb] r354103 - Remove redundant semicolon after namespace-closing '}'

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 14 23:33:37 PST 2019


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




More information about the lldb-commits mailing list