forked from OSchip/llvm-project
Remove redundant semicolon after namespace-closing '}'
llvm-svn: 354103
This commit is contained in:
parent
ce2b40def1
commit
8c02e778ff
|
@ -22,6 +22,6 @@ struct SourceModule {
|
|||
ConstString sysroot;
|
||||
};
|
||||
|
||||
}; // namespace lldb_private
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue