1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

clang-format audio

This commit is contained in:
clang-format
2018-06-22 22:57:16 +02:00
committed by Hielke Morsink
parent 90f1a328ab
commit 77f3513cba
9 changed files with 247 additions and 205 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRCT2::Audio
}
};
IAudioSource * AudioSource::CreateNull()
IAudioSource* AudioSource::CreateNull()
{
return new NullAudioSource();
}