shm: fix badly indented function return type

This commit is contained in:
Daniel Eklöf 2020-12-04 18:42:16 +01:00
parent b59d695b2b
commit 85cdc66ff2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
shm.c
View file

@ -655,7 +655,7 @@ shm_scroll(struct wl_shm *shm, struct buffer *buf, int rows,
: shm_scroll_reverse(shm, buf, -rows, top_margin, top_keep_rows, bottom_margin, bottom_keep_rows);
}
void
void
shm_purge(struct wl_shm *shm, unsigned long cookie)
{
LOG_DBG("cookie=%lx: purging all buffers", cookie);