mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +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
|
|
@ -59,7 +59,7 @@ namespace
|
|||
|
||||
inline String getPluginRTASCategoryCode (Project& project)
|
||||
{
|
||||
if (static_cast <bool> (getPluginIsSynth (project).getValue()))
|
||||
if (static_cast<bool> (getPluginIsSynth (project).getValue()))
|
||||
return "ePlugInCategory_SWGenerators";
|
||||
|
||||
String s (getPluginRTASCategory (project).toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue