Skip to content

Commit 124da31

Browse files
authored
Add - to source code marks (#662)
1 parent 8d5fc8c commit 124da31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/CSFBAudioEngine/Player/AudioPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class AudioPlayer final {
304304
Decoder _Nullable PopDecoderFromInternalQueue() noexcept;
305305

306306
public:
307-
// MARK: AVAudioEngine Notification Handling
307+
// MARK: - AVAudioEngine Notification Handling
308308

309309
/// Called to process `AVAudioEngineConfigurationChangeNotification`
310310
void HandleAudioEngineConfigurationChange(AVAudioEngine * _Nonnull engine, NSDictionary * _Nullable userInfo) noexcept;

Sources/CSFBAudioEngine/Player/AudioPlayer.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ void AVAudioSessionInterruptionNotificationCallback(CFNotificationCenterRef cent
488488
return decoder;
489489
}
490490

491-
// MARK: AVAudioEngine Notification Handling
491+
// MARK: - AVAudioEngine Notification Handling
492492

493493
void SFB::AudioPlayer::HandleAudioEngineConfigurationChange(AVAudioEngine *engine, NSDictionary *userInfo) noexcept
494494
{

0 commit comments

Comments
 (0)