From 0612c157220c17c4c048d5fb461f0793c1d80278 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 1 Jun 2022 11:58:04 -0700 Subject: [PATCH] Format fix --- IDEHelper/WinDebugger.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IDEHelper/WinDebugger.cpp b/IDEHelper/WinDebugger.cpp index a37e67e2..19222cd2 100644 --- a/IDEHelper/WinDebugger.cpp +++ b/IDEHelper/WinDebugger.cpp @@ -8353,8 +8353,7 @@ String WinDebugger::DbgTypedValueToString(const DbgTypedValue& origTypedValue, c retVal += "\n:action\t"; retVal += formatInfo.mAction; } - else - if ((debugVis != NULL) && (!debugVis->mAction.empty())) + else if ((debugVis != NULL) && (!debugVis->mAction.empty())) { String rawActionStr = mDebugManager->mDebugVisualizers->DoStringReplace(debugVis->mAction, dbgVisWildcardCaptures); String actionStr;