fix: Code indentation

This commit is contained in:
WerWolv
2026-01-29 19:43:37 +01:00
parent 954bcadd75
commit b9e0a9f0e6

View File

@@ -35,7 +35,7 @@ namespace hex::plugin::builtin {
void ViewProviderSettings::drawContent() {
auto provider = hex::ImHexApi::Provider::get();
if (auto *loadInterfaceProvider = dynamic_cast<prv::IProviderLoadInterface*>(provider); loadInterfaceProvider != nullptr) {
if (auto *loadInterfaceProvider = dynamic_cast<prv::IProviderLoadInterface*>(provider); loadInterfaceProvider != nullptr) {
bool settingsValid = loadInterfaceProvider->drawLoadInterface();
ImGui::NewLine();