From 89c16baf182aed201b75b99a253c0b074ffffeed Mon Sep 17 00:00:00 2001 From: Leandro Gabriel <45115495+VelocityIsNotSpeed@users.noreply.github.com> Date: Sat, 3 Aug 2019 06:07:41 -0300 Subject: Replace tabs with spaces and update year of copyright notices (#927) * Update year of copyright notices * Fix mistake in comment * Fix typo ("algorythms") * Replace tabs with spaces * Remove trailing whitespace and fix mistake in comment * Fix ExportImageAsCode missing comment rectangle corner * Replace tab with spaces * Replace tabs with spaces --- games/wave_collector/wave_collector.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/wave_collector') diff --git a/games/wave_collector/wave_collector.c b/games/wave_collector/wave_collector.c index c52f8835..64881816 100644 --- a/games/wave_collector/wave_collector.c +++ b/games/wave_collector/wave_collector.c @@ -58,8 +58,8 @@ static void UpdateDrawFrame(void); // Update and Draw one frame //---------------------------------------------------------------------------------- int main(int argc, char *argv[]) { - // Initialization - //--------------------------------------------------------- + // Initialization + //--------------------------------------------------------- #if defined(PLATFORM_DESKTOP) // TODO: Support for dropped files on the exe @@ -299,7 +299,7 @@ static void UpdateDrawFrame(void) case ENDING: DrawEndingScreen(); break; default: break; } - + // Draw full screen rectangle in front of everything if (onTransition) DrawTransition(); -- cgit v1.2.3