1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tidied up some template statement whitespace

This commit is contained in:
ed 2021-01-29 11:46:27 +00:00
parent d7358d0ef1
commit 46f5b126d5
29 changed files with 58 additions and 58 deletions

View file

@ -140,7 +140,7 @@ void VideoComponent::timerCallback()
resized();
}
template<class FileOrURL>
template <class FileOrURL>
Result VideoComponent::loadInternal (const FileOrURL& fileOrUrl, bool loadAsync)
{
#if JUCE_ANDROID || JUCE_IOS

View file

@ -178,7 +178,7 @@ private:
void resized() override;
void timerCallback() override;
template<class FileOrURL>
template <class FileOrURL>
Result loadInternal (const FileOrURL&, bool);
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (VideoComponent)