1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Whitespace.

This commit is contained in:
jules 2015-04-20 17:29:32 +01:00
parent 28123033cd
commit 1c382e83fc

View file

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