emscriptenframebuffer: fix formatting

main
Reinhold Gschweicher 2022-02-26 20:46:52 +01:00 committed by Ryan C. Gordon
parent 268cc2a49c
commit fe79eb2fbb
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ int Emscripten_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * form
return 0;
}
static void Emscripten_UpdateWindowFramebufferWorker(SDL_Surface *surface)
static void
Emscripten_UpdateWindowFramebufferWorker(SDL_Surface* surface)
{
EM_ASM_INT({
var w = $0;