From 284824ef6257d4b06713666375cc42d8a9664f0f Mon Sep 17 00:00:00 2001 From: nedko Date: Tue, 5 Mar 2024 18:11:21 +0200 Subject: [PATCH] Fix whitespace --- common.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.cpp b/common.cpp index 650c48e..fd73aa4 100644 --- a/common.cpp +++ b/common.cpp @@ -166,11 +166,11 @@ void calc_text(std::string& text, std::vector& readings) case Reading::reading_celsius: text += "°C "; break; - + case Reading::reading_fahrenheit: text += "°F "; break; - + default: text += "???"; break;