mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
isleapp: Fix formating to match with .clang-format
This commit is contained in:
parent
90b546f93e
commit
b2569bcd55
@ -487,11 +487,11 @@ MxResult IsleApp::SetupWindow()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
SDL_Surface *icon = SDL_CreateSurfaceFrom(
|
SDL_Surface* icon = SDL_CreateSurfaceFrom(
|
||||||
ISLE_ICON.width,
|
ISLE_ICON.width,
|
||||||
ISLE_ICON.height,
|
ISLE_ICON.height,
|
||||||
SDL_PIXELFORMAT_RGBA32,
|
SDL_PIXELFORMAT_RGBA32,
|
||||||
(void*)ISLE_ICON.pixel_data,
|
(void*) ISLE_ICON.pixel_data,
|
||||||
ISLE_ICON.width * ISLE_ICON.bytes_per_pixel
|
ISLE_ICON.width * ISLE_ICON.bytes_per_pixel
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user