mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 03:44:59 +00:00
Remove superfluous semicolon confusing clang-format.
llvm-svn: 210016
This commit is contained in:
parent
02162b9cfa
commit
66f6f804e5
@ -67,7 +67,7 @@ class RejectLog {
|
||||
llvm::SmallVector<RejectReasonPtr, 1> ErrorReports;
|
||||
|
||||
public:
|
||||
explicit RejectLog(Region *R) : R(R) {};
|
||||
explicit RejectLog(Region *R) : R(R) {}
|
||||
|
||||
typedef llvm::SmallVector<RejectReasonPtr, 1>::iterator iterator;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user