Browse Source

Format fix

Brian Fiete 3 years ago
parent
commit
0612c15722
1 changed files with 1 additions and 2 deletions
  1. 1 2
      IDEHelper/WinDebugger.cpp

+ 1 - 2
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;