Skip to content

Commit 2da8460

Browse files
committed
Happy Linter
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
1 parent e0f5064 commit 2da8460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/wlr/taskbar.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ bool Task::image_load_icon(Gtk::Image &image, const Glib::RefPtr<Gtk::IconTheme>
165165
spdlog::debug("{} Loaded icon '{}'", repr(), iconName);
166166
else {
167167
if (Glib::file_test(iconName, Glib::FileTest::EXISTS))
168-
themeIcon = Gtk::IconPaintable::create(Gio::File::create_for_path(iconName),
169-
size, image.get_scale_factor());
168+
themeIcon = Gtk::IconPaintable::create(Gio::File::create_for_path(iconName), size,
169+
image.get_scale_factor());
170170

171171
if (themeIcon)
172172
spdlog::debug("{} Loaded icon from file '{}'", repr(), iconName);

0 commit comments

Comments
 (0)