1
0
Fork 0
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:
jules 2014-08-16 21:06:27 +01:00
parent aba0ff9240
commit 3e7d305094
19 changed files with 66 additions and 68 deletions

View file

@ -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);
{