소스 검색

Remove spaces before asterisks in comments in audio_raw_stream_callback.c

pull/5638/head
dan-hoang 3 일 전
committed by GitHub
부모
커밋
4e2c64a187
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. +15
    -15
      examples/audio/audio_raw_stream_callback.c

+ 15
- 15
examples/audio/audio_raw_stream_callback.c 파일 보기

@ -1,19 +1,19 @@
/*******************************************************************************************
*
* raylib [audio] example - raw stream callback
*
* 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 callback
*
* 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 <math.h>

불러오는 중...
취소
저장