Fix whitespace
This commit is contained in:
parent
023b9a3100
commit
284824ef62
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user