From 05f15d04887aacc5100c935aaf2446db7edb0a19 Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Fri, 9 Oct 2020 13:14:42 +0200 Subject: [PATCH] x64_uC.c: Replace hard tabs with spaces --- tests/platform/x64_uC.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/platform/x64_uC.c b/tests/platform/x64_uC.c index 0e66363d..00dff67f 100644 --- a/tests/platform/x64_uC.c +++ b/tests/platform/x64_uC.c @@ -94,8 +94,8 @@ static void gfxThread(void *arg) if(eventListener.type == SDL_QUIT) break; graphics_clearScreen(); - point_t origin = {0, pos}; - color_t color_red = {255, 0, 0}; + point_t origin = {0, pos}; + color_t color_red = {255, 0, 0}; graphics_drawRect(origin, display_screenWidth(), 20, color_red, 1); graphics_render(); while(graphics_renderingInProgress()) ;