Review spacing formatting

raylib uses spaces between '+' and '-' signs but not between '*' and '/'
signs, it's a chosen convention
This commit is contained in:
raysan5
2016-09-12 19:36:41 +02:00
parent 173f199313
commit 7f0880a735
7 changed files with 99 additions and 91 deletions

View File

@ -482,7 +482,7 @@ void PlaySound(Sound sound)
//int sampleRate;
//alGetBufferi(sound.buffer, AL_FREQUENCY, &sampleRate); // AL_CHANNELS, AL_BITS (bps)
//float seconds = (float)byteOffset / sampleRate; // Number of seconds since the beginning of the sound
//float seconds = (float)byteOffset/sampleRate; // Number of seconds since the beginning of the sound
//or
//float result;
//alGetSourcef(sound.source, AL_SEC_OFFSET, &result); // AL_SAMPLE_OFFSET