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
|
|
@ -238,7 +238,7 @@ void ComponentBuilder::updateChildComponents (Component& parent, const ValueTree
|
|||
|
||||
const int numExistingChildComps = parent.getNumChildComponents();
|
||||
|
||||
Array <Component*> componentsInOrder;
|
||||
Array<Component*> componentsInOrder;
|
||||
componentsInOrder.ensureStorageAllocated (numExistingChildComps);
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue