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:
parent
d7358d0ef1
commit
46f5b126d5
29 changed files with 58 additions and 58 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue