Cleanup. Fix alignment

This commit is contained in:
michaelangel007 2023-04-27 06:33:00 -07:00
parent b8d946a5b8
commit 89e16847e8

View File

@ -3730,7 +3730,7 @@ Update_t CmdDisk (int nArgs)
); );
std::string Format2(g_bConfigDiskOneLine ? " " : "\n "); // Same line? 1 space after comma 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) if (g_bConfigDiskOneLine)
{ {