Fix a -Wpedantic warning

namespace-closing '}' don't need ';'.

llvm-svn: 374029
This commit is contained in:
Pavel Labath 2019-10-08 09:05:25 +00:00
parent eec9896960
commit 07932b1088
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
namespace lldb_private {
class SBCommandReturnObjectImpl;
};
}
namespace lldb {