From 89e16847e80913dc68679599ca6a6f607e538452 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 27 Apr 2023 06:33:00 -0700 Subject: [PATCH] Cleanup. Fix alignment --- source/Debugger/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 66b2c938..3be4c2e2 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -3730,7 +3730,7 @@ Update_t CmdDisk (int nArgs) ); std::string Format2(g_bConfigDiskOneLine ? " " : "\n "); // Same line? 1 space after comma - Format2 += aDiskStatusCHC[eDiskState]; // Two lines? Extra indent for readability + Format2 += aDiskStatusCHC[eDiskState]; // Two lines? Extra indent for readability if (g_bConfigDiskOneLine) {