Use hard tabs

This commit is contained in:
Jente Hidskes 2020-01-05 13:42:17 +01:00
parent 651d579c30
commit 8f6ffa1419
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
2 changed files with 3 additions and 3 deletions

4
cage.c
View file

@ -343,7 +343,7 @@ main(int argc, char *argv[])
xcursor_manager = wlr_xcursor_manager_create(DEFAULT_XCURSOR, XCURSOR_SIZE);
if (!xcursor_manager) {
wlr_log(WLR_ERROR, "Cannot create XWayland XCursor manager");
ret = 1;
ret = 1;
goto end;
}
@ -371,7 +371,7 @@ main(int argc, char *argv[])
if (!socket) {
wlr_log_errno(WLR_ERROR, "Unable to open Wayland socket");
ret = 1;
goto end;
goto end;
}
if (!wlr_backend_start(server.backend)) {

View file

@ -273,7 +273,7 @@ handle_output_damage_frame(struct wl_listener *listener, void *data)
pixman_region32_fini(&frame_damage);
if (!wlr_output_commit(output->wlr_output)) {
wlr_log(WLR_ERROR, "Could not commit output");
wlr_log(WLR_ERROR, "Could not commit output");
goto buffer_damage_finish;
}