mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Code indentation
This commit is contained in:
@@ -35,7 +35,7 @@ namespace hex::plugin::builtin {
|
|||||||
|
|
||||||
void ViewProviderSettings::drawContent() {
|
void ViewProviderSettings::drawContent() {
|
||||||
auto provider = hex::ImHexApi::Provider::get();
|
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();
|
bool settingsValid = loadInterfaceProvider->drawLoadInterface();
|
||||||
|
|
||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
|
|||||||
Reference in New Issue
Block a user