Browse Source

Projucer: Minor whitespace fix

tags/2021-05-28
ed 7 years ago
parent
commit
8bb652a279
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Licenses/jucer_LicenseController.cpp

+ 1
- 1
extras/Projucer/Source/Licenses/jucer_LicenseController.cpp 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) {}


Loading…
Cancel
Save