mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-06 01:19:28 +00:00
[NFC][pstl] Remove stray semi-colon
llvm-svn: 367928
This commit is contained in:
parent
a56d81f4fb
commit
23f073100d
@ -29,7 +29,7 @@ template <typename _Tp>
|
||||
std::false_type __lazy_and(_Tp, std::false_type)
|
||||
{
|
||||
return std::false_type{};
|
||||
};
|
||||
}
|
||||
|
||||
template <typename _Tp>
|
||||
inline _Tp
|
||||
|
Loading…
x
Reference in New Issue
Block a user