Skip to content

Commit

Permalink
emscriptenframebuffer: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner authored and icculus committed Mar 31, 2022
1 parent 268cc2a commit fe79eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/video/emscripten/SDL_emscriptenframebuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe79eb2

Please sign in to comment.