apply clang-format

This commit is contained in:
Loïc Bartoletti 2022-10-04 08:03:54 +02:00
parent 0898236586
commit 1ca660460a

View File

@ -10,7 +10,6 @@
waybar::modules::Temperature::Temperature(const std::string& id, const Json::Value& config)
: ALabel(config, "temperature", id, "{temperatureC}°C", 10) {
#if defined(__FreeBSD__)
// try to read sysctl?
#else