mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-12 13:55:57 +03:00
clang format
This commit is contained in:
parent
b613a53948
commit
91c1b8e69c
8 changed files with 76 additions and 88 deletions
|
@ -169,7 +169,7 @@ void JITContext::unregisterBind(void *handle) {
|
|||
|
||||
bool JITContext::hasBindFunction(const void *handle) const {
|
||||
assert(handle != nullptr);
|
||||
auto it = bindInstances.find(const_cast<void*>(handle));
|
||||
auto it = bindInstances.find(const_cast<void *>(handle));
|
||||
return it != bindInstances.end();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue