1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Format fix

This commit is contained in:
Brian Fiete 2022-06-01 11:58:04 -07:00
parent d967d50652
commit 0612c15722

View file

@ -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;