Fix whitespace
This commit is contained in:
@@ -166,11 +166,11 @@ void calc_text(std::string& text, std::vector<Reading>& readings)
|
||||
case Reading::reading_celsius:
|
||||
text += "°C ";
|
||||
break;
|
||||
|
||||
|
||||
case Reading::reading_fahrenheit:
|
||||
text += "°F ";
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
text += "???";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user