fix: lint

This commit is contained in:
Alex
2023-02-09 13:25:39 +01:00
parent 286a3c70f4
commit ea38eec2af
3 changed files with 12 additions and 20 deletions

View File

@ -51,7 +51,7 @@ class Backlight : public ALabel {
template <class ForwardIt, class Inserter>
static void enumerate_devices(ForwardIt first, ForwardIt last, Inserter inserter, udev *udev);
bool handleScroll(GdkEventScroll* e);
bool handleScroll(GdkEventScroll *e);
const std::string preferred_device_;
static constexpr int EPOLL_MAX_EVENTS = 16;