wayclip

Wayland clipboard utility
git clone git://git.nihaljere.xyz/wayclip
Log | Files | Refs | README | LICENSE

commit f754bfab842bee11a3a6b254bb0ea4f96ed4bed9
parent f269c63fdc8e5299dd46e161b605c84879fd9af2
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Sun,  3 Apr 2022 10:25:25 -0500

style

Diffstat:
Mcommon.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/common.c b/common.c @@ -25,9 +25,7 @@ seat_name(void *data, struct wl_seat *_seat, const char *name) if (!seat_found && strcmp(name, options.seat) == 0) { seat_found = true; seat = _seat; - } - else - wl_seat_destroy(_seat); + } else wl_seat_destroy(_seat); } const struct wl_seat_listener seat_listener = {