mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Whitespace.
This commit is contained in:
parent
28123033cd
commit
1c382e83fc
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ private:
|
|||
|
||||
if (type.isAudioPlugin() || type.isDynamicLibrary() || type.isBrowserPlugin())
|
||||
isStandaloneApplication = 0;
|
||||
|
||||
|
||||
out << "//==============================================================================" << newLine;
|
||||
out << "#ifndef JUCE_STANDALONE_APPLICATION" << newLine;
|
||||
out << " #define JUCE_STANDALONE_APPLICATION " << isStandaloneApplication << newLine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue