Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
openkraken-bot committed Nov 23, 2021
1 parent 813e9b2 commit e9b862a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bridge/bindings/qjs/dom/style_declaration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ void StyleDeclarationInstance::internalRemoveProperty(std::string& name) {
properties.erase(name);

if (ownerEventTarget != nullptr) {
NativeString* args_01 = stringToNativeString(name);
NativeString* args_02 = jsValueToNativeString(m_ctx, JS_NULL);
foundation::UICommandBuffer::instance(m_context->getContextId())->addCommand(ownerEventTarget->eventTargetId(), UICommand::setStyle, *args_01, *args_02, nullptr);
NativeString* args_01 = stringToNativeString(name);
NativeString* args_02 = jsValueToNativeString(m_ctx, JS_NULL);
foundation::UICommandBuffer::instance(m_context->getContextId())->addCommand(ownerEventTarget->eventTargetId(), UICommand::setStyle, *args_01, *args_02, nullptr);
}
}

Expand Down

0 comments on commit e9b862a

Please sign in to comment.