From 6f14229d13e0e42944076f97eaa626403c437b3d Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:01:08 -0400 Subject: [PATCH] Good ole clang-format --- soh/soh/resource/importer/AudioSampleFactory.h | 2 +- soh/soh/resource/importer/AudioSequenceFactory.h | 2 +- soh/soh/resource/importer/AudioSoundFontFactory.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/soh/soh/resource/importer/AudioSampleFactory.h b/soh/soh/resource/importer/AudioSampleFactory.h index 6b738a768..b750da4f1 100644 --- a/soh/soh/resource/importer/AudioSampleFactory.h +++ b/soh/soh/resource/importer/AudioSampleFactory.h @@ -11,7 +11,7 @@ class ResourceFactoryBinaryAudioSampleV2 final : public Ship::ResourceFactoryBin std::shared_ptr initData) override; }; - class ResourceFactoryXMLAudioSampleV0 final : public Ship::ResourceFactoryXML { +class ResourceFactoryXMLAudioSampleV0 final : public Ship::ResourceFactoryXML { public: std::shared_ptr ReadResource(std::shared_ptr file, std::shared_ptr initData) override; diff --git a/soh/soh/resource/importer/AudioSequenceFactory.h b/soh/soh/resource/importer/AudioSequenceFactory.h index a3d6080eb..4ae249ec3 100644 --- a/soh/soh/resource/importer/AudioSequenceFactory.h +++ b/soh/soh/resource/importer/AudioSequenceFactory.h @@ -11,7 +11,7 @@ class ResourceFactoryBinaryAudioSequenceV2 final : public Ship::ResourceFactoryB std::shared_ptr initData) override; }; - class ResourceFactoryXMLAudioSequenceV0 final : public Ship::ResourceFactoryXML { +class ResourceFactoryXMLAudioSequenceV0 final : public Ship::ResourceFactoryXML { public: std::shared_ptr ReadResource(std::shared_ptr file, std::shared_ptr initData) override; diff --git a/soh/soh/resource/importer/AudioSoundFontFactory.h b/soh/soh/resource/importer/AudioSoundFontFactory.h index 70a73822e..0a56769cd 100644 --- a/soh/soh/resource/importer/AudioSoundFontFactory.h +++ b/soh/soh/resource/importer/AudioSoundFontFactory.h @@ -12,7 +12,7 @@ class ResourceFactoryBinaryAudioSoundFontV2 final : public Ship::ResourceFactory std::shared_ptr initData) override; }; - class ResourceFactoryXMLSoundFontV0 final : public Ship::ResourceFactoryXML { +class ResourceFactoryXMLSoundFontV0 final : public Ship::ResourceFactoryXML { public: std::shared_ptr ReadResource(std::shared_ptr file, std::shared_ptr initData) override;