audio: fix minor whitespace issue in out/internal.h

This commit is contained in:
Aman Gupta
2018-03-01 11:16:23 -08:00
parent eb033bc29f
commit f93faf26d8

View File

@@ -148,7 +148,7 @@ struct ao_driver {
void (*uninit)(struct ao *ao);
// push based: see ao_reset()
// pull based: stop the audio callback
void (*reset)(struct ao*ao);
void (*reset)(struct ao *ao);
// push based: see ao_pause()
void (*pause)(struct ao *ao);
// push based: see ao_resume()