Remove redundant semicolon after namespace-closing '}'

llvm-svn: 354103
This commit is contained in:
Pavel Labath 2019-02-15 07:33:37 +00:00
parent ce2b40def1
commit 8c02e778ff
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ struct SourceModule {
ConstString sysroot;
};
}; // namespace lldb_private
} // namespace lldb_private
#endif