1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +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 += "\n:action\t";
retVal += formatInfo.mAction; retVal += formatInfo.mAction;
} }
else else if ((debugVis != NULL) && (!debugVis->mAction.empty()))
if ((debugVis != NULL) && (!debugVis->mAction.empty()))
{ {
String rawActionStr = mDebugManager->mDebugVisualizers->DoStringReplace(debugVis->mAction, dbgVisWildcardCaptures); String rawActionStr = mDebugManager->mDebugVisualizers->DoStringReplace(debugVis->mAction, dbgVisWildcardCaptures);
String actionStr; String actionStr;