Skip to content

Commit

Permalink
Fix last formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Jan 26, 2025
1 parent 2e5ce0f commit 8764a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/audiostream.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AudioStream {
typedef AudioStream* (*AudioStreamCreator)(Io::Stream* stream);
static bool AddAudioStreamCreator(AudioStreamCreator c);

AudioStream(){};
AudioStream() {};

Io::Stream* BaseStream = 0;

Expand Down

0 comments on commit 8764a11

Please sign in to comment.