mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
cleanup: Use void for zero-parameter functions
Signed-off-by: Genki Sky <sky@genki.is>
This commit is contained in:
parent
41e53d1499
commit
d1cf9acbd5
7 changed files with 8 additions and 8 deletions
|
|
@ -143,7 +143,7 @@ void new_input_notify(struct wl_listener *listener, void *data) {
|
|||
}
|
||||
}
|
||||
|
||||
int main() {
|
||||
int main(void) {
|
||||
wlr_log_init(L_DEBUG, NULL);
|
||||
struct wl_display *display = wl_display_create();
|
||||
struct sample_state state = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue