Skip to content

Commit

Permalink
Fix identations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunderland93 committed Dec 29, 2024
1 parent 7606026 commit e8d2066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gfx/common/wayland_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ static bool wl_draw_splash_screen(gfx_ctx_wayland_data_t *wl)
else
{
shm_buffer_t *buffer = create_shm_buffer(wl,
wl->buffer_width,
wl->buffer_height,
WL_SHM_FORMAT_XRGB8888);
wl->buffer_width,
wl->buffer_height,
WL_SHM_FORMAT_XRGB8888);

if (!buffer)
return false;
Expand Down

0 comments on commit e8d2066

Please sign in to comment.