From a001eaa88472660364e79cc84a3776025bb4c6e1 Mon Sep 17 00:00:00 2001 From: dan-hoang <56205882+dan-hoang@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:44:28 -0700 Subject: [PATCH] Remove spaces before asterisks in comments in audio_raw_stream.c --- examples/audio/audio_raw_stream.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/audio/audio_raw_stream.c b/examples/audio/audio_raw_stream.c index bd9f8adec..a18d20265 100644 --- a/examples/audio/audio_raw_stream.c +++ b/examples/audio/audio_raw_stream.c @@ -1,19 +1,19 @@ /******************************************************************************************* - * - * raylib [audio] example - raw stream - * - * Example complexity rating: [★★★☆] 3/4 - * - * Example originally created with raylib 1.6, last time updated with raylib 4.2 - * - * Example created by Ramon Santamaria (@raysan5) and reviewed by James Hofmann (@triplefox) - * - * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, - * BSD-like license that allows static linking with closed source software - * - * Copyright (c) 2015-2025 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox) - * - ********************************************************************************************/ +* +* raylib [audio] example - raw stream +* +* Example complexity rating: [★★★☆] 3/4 +* +* Example originally created with raylib 1.6, last time updated with raylib 4.2 +* +* Example created by Ramon Santamaria (@raysan5) and reviewed by James Hofmann (@triplefox) +* +* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, +* BSD-like license that allows static linking with closed source software +* +* Copyright (c) 2015-2025 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox) +* +********************************************************************************************/ #include "raylib.h" #include