mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Lots of small whitespace tweaks.
This commit is contained in:
parent
0d3afee459
commit
02492b36b9
179 changed files with 405 additions and 407 deletions
|
|
@ -416,7 +416,7 @@ public:
|
|||
|
||||
ContentComponent* getContentComp() const noexcept
|
||||
{
|
||||
return static_cast <ContentComponent*> (getViewedComponent());
|
||||
return static_cast<ContentComponent*> (getViewedComponent());
|
||||
}
|
||||
|
||||
bool keyPressed (const KeyPress& key) override
|
||||
|
|
@ -490,7 +490,7 @@ void TreeView::setRootItem (TreeViewItem* const newRootItem)
|
|||
|
||||
void TreeView::deleteRootItem()
|
||||
{
|
||||
const ScopedPointer <TreeViewItem> deleter (rootItem);
|
||||
const ScopedPointer<TreeViewItem> deleter (rootItem);
|
||||
setRootItem (nullptr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue