From 7ba4d495056c229bed6326364afd3a12ac7b49bf Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Wed, 30 Jan 2019 19:41:24 +0100 Subject: [PATCH] Fix check_swap formatting This fixes a small formatting mistake introduced by #6811. To keep the check_swap output in sync with all other plugins I fixed the formatting. --- plugins/check_swap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/check_swap.cpp b/plugins/check_swap.cpp index 906a1017d..302f20b46 100644 --- a/plugins/check_swap.cpp +++ b/plugins/check_swap.cpp @@ -200,7 +200,7 @@ static int printOutput(printInfoStruct& printInfo) if (printInfo.crit.rend(currentValue, printInfo.tSwap)) state = CRITICAL; - std::wcout << stateToString(state) << " "; + std::wcout << stateToString(state) << " - "; if (!printInfo.showUsed) std::wcout << printInfo.percentFree << L"% free "; -- 2.40.0