1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Minor whitespace fix

This commit is contained in:
ed 2018-09-17 10:50:48 +01:00
parent 9ddad4a434
commit 8bb652a279

View file

@ -90,7 +90,7 @@ static LicenseState::ApplicationUsageData getApplicationUsageDataTypeFromValue (
return LicenseState::ApplicationUsageData::notChosenYet;
}
#if !JUCER_ENABLE_GPL_MODE
#if ! JUCER_ENABLE_GPL_MODE
struct LicenseController::ModalCompletionCallback : ModalComponentManager::Callback
{
ModalCompletionCallback (LicenseController& controller) : owner (controller) {}