From 865ccba021056be8753ea495f8aef0d339e7b5f0 Mon Sep 17 00:00:00 2001 From: Jopestpe <47086979+Jopestpe@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:44:47 -0300 Subject: [PATCH] tabs to spaces --- examples/Makefile | 2 +- examples/Makefile.Web | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 722bb7971..c93cf53d9 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -564,7 +564,7 @@ SHAPES = \ shapes/shapes_lines_bezier \ shapes/shapes_logo_raylib \ shapes/shapes_logo_raylib_anim \ - shapes/shapes_math_sine_cosine \ + shapes/shapes_math_sine_cosine \ shapes/shapes_mouse_trail \ shapes/shapes_pie_chart \ shapes/shapes_rectangle_advanced \ diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 0ca21591b..38059f227 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -564,7 +564,7 @@ SHAPES = \ shapes/shapes_lines_bezier \ shapes/shapes_logo_raylib \ shapes/shapes_logo_raylib_anim \ - shapes/shapes_math_sine_cosine \ + shapes/shapes_math_sine_cosine \ shapes/shapes_mouse_trail \ shapes/shapes_pie_chart \ shapes/shapes_rectangle_advanced \