瀏覽代碼

Format fix

Brian Fiete 3 年之前
父節點
當前提交
0612c15722
共有 1 個文件被更改,包括 1 次插入2 次删除
  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 += "\n:action\t";
 			retVal += formatInfo.mAction;
 			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 rawActionStr = mDebugManager->mDebugVisualizers->DoStringReplace(debugVis->mAction, dbgVisWildcardCaptures);
 			String actionStr;
 			String actionStr;