Fix clang-format
This commit is contained in:
+3
-3
@@ -385,9 +385,9 @@ waybar::AModule* waybar::Factory::makeModule(const std::string& name,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBMM_GLIB
|
#ifdef HAVE_LIBMM_GLIB
|
||||||
if (ref == "wwan") {
|
if (ref == "wwan") {
|
||||||
return new waybar::modules::Wwan(id, config_[name]);
|
return new waybar::modules::Wwan(id, config_[name]);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (ref == "temperature") {
|
if (ref == "temperature") {
|
||||||
return new waybar::modules::Temperature(id, config_[name]);
|
return new waybar::modules::Temperature(id, config_[name]);
|
||||||
|
|||||||
Reference in New Issue
Block a user