mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
A few minor whitespace cleanups.
This commit is contained in:
parent
aba0ff9240
commit
3e7d305094
19 changed files with 66 additions and 68 deletions
|
|
@ -148,10 +148,10 @@ public:
|
|||
private:
|
||||
//==============================================================================
|
||||
class AnimationTask;
|
||||
OwnedArray <AnimationTask> tasks;
|
||||
OwnedArray<AnimationTask> tasks;
|
||||
uint32 lastTime;
|
||||
|
||||
AnimationTask* findTaskFor (Component* component) const noexcept;
|
||||
AnimationTask* findTaskFor (Component*) const noexcept;
|
||||
void timerCallback();
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ComponentAnimator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue