aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_DrawBegin.c
diff options
context:
space:
mode:
authorkdx <kdx.42@42l.fr>2023-03-26 05:06:54 +0000
committerkdx <kdx.42@42l.fr>2023-03-26 05:06:54 +0000
commit1aa8753f12e8f76eaa9d77e9ca84547abd00fef2 (patch)
tree6dc48a808cc75f911915aab31706eca7a7d50de7 /sources/TZR_DrawBegin.c
parentd26cd43dc5e64749d9e8f570ac7f9b1cd0bb6ede (diff)
downloadtzr-1aa8753f12e8f76eaa9d77e9ca84547abd00fef2.tar.gz
formatting tweak
Diffstat (limited to 'sources/TZR_DrawBegin.c')
-rw-r--r--sources/TZR_DrawBegin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_DrawBegin.c b/sources/TZR_DrawBegin.c
index e927b7a..6d8b8c8 100644
--- a/sources/TZR_DrawBegin.c
+++ b/sources/TZR_DrawBegin.c
@@ -3,7 +3,8 @@
#include "sdl_error.h"
#include <SDL2/SDL_render.h>
-int TZR_DrawBegin(void)
+int
+TZR_DrawBegin(void)
{
if (SDL_SetRenderTarget(___tzr_renderer, ___tzr_target) < 0)
return sdl_error(-1);