whitespace changes only: sm uses a hard tab width of 4, not 8
This commit is contained in:
@@ -124,8 +124,8 @@ bool RageSound_ALSA9::GetData()
|
||||
start += r*samples_per_frame;
|
||||
remaining -= r;
|
||||
new_cursor += r;
|
||||
|
||||
}
|
||||
|
||||
last_cursor_pos = new_cursor;
|
||||
|
||||
return true;
|
||||
@@ -216,6 +216,7 @@ int RageSound_ALSA9::GetPosition(const RageSound *snd) const
|
||||
|
||||
snd_pcm_status_alloca(&status);
|
||||
err = snd_pcm_status(pcm, status);
|
||||
|
||||
ALSA_ASSERT("snd_pcm_status");
|
||||
|
||||
snd_pcm_state_t state = snd_pcm_status_get_state(status);
|
||||
|
||||
Reference in New Issue
Block a user