From 1c382e83fc984bfb6337add73d92caccd94f4f34 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 20 Apr 2015 17:29:32 +0100 Subject: [PATCH] Whitespace. --- extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h index 7a040de50e..ebe5ea0bef 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h @@ -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;