taskbar: Fixup whitespace

This commit is contained in:
Scott Moreau
2024-08-26 04:44:22 -06:00
parent fdc8431709
commit 4d89c64bed
2 changed files with 9 additions and 6 deletions

View File

@ -25,7 +25,7 @@
namespace waybar::modules::wlr {
struct widget_geometry {
int x, y, w, h;
int x, y, w, h;
};
class Taskbar;