Browse Source

Remove spaces before asterisks in comments in audio_raw_stream.c

pull/5637/head
dan-hoang 3 days ago
committed by GitHub
parent
commit
a001eaa884
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 15 deletions
  1. +15
    -15
      examples/audio/audio_raw_stream.c

+ 15
- 15
examples/audio/audio_raw_stream.c View File

@ -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 "raylib.h"
#include <math.h> #include <math.h>

Loading…
Cancel
Save