mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Whitespace cleanups.
This commit is contained in:
parent
5601a244d3
commit
28cdb20040
11 changed files with 10 additions and 15 deletions
|
|
@ -68,5 +68,5 @@ private:
|
|||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (VST3PluginFormat)
|
||||
};
|
||||
|
||||
#endif //JUCE_PLUGINHOST_VST3
|
||||
#endif //JUCE_VST3PLUGINFORMAT_H_INCLUDED
|
||||
#endif // JUCE_PLUGINHOST_VST3
|
||||
#endif // JUCE_VST3PLUGINFORMAT_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,11 +22,10 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifdef __aeffect__
|
||||
|
||||
#ifndef JUCE_VSTMIDIEVENTLIST_H_INCLUDED
|
||||
#define JUCE_VSTMIDIEVENTLIST_H_INCLUDED
|
||||
|
||||
#ifdef __aeffect__
|
||||
|
||||
//==============================================================================
|
||||
/** Holds a set of VSTMidiEvent objects and makes it easy to add
|
||||
|
|
@ -184,6 +183,5 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_VSTMIDIEVENTLIST_H_INCLUDED
|
||||
#endif
|
||||
#endif // JUCE_VSTMIDIEVENTLIST_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
A simple javascript interpreter!
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
|
||||
Uuid::Uuid()
|
||||
{
|
||||
Random r;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
|
||||
JUCEApplication::JUCEApplication() {}
|
||||
JUCEApplication::~JUCEApplication() {}
|
||||
|
||||
|
|
|
|||
|
|
@ -98,4 +98,4 @@ private:
|
|||
};
|
||||
|
||||
|
||||
#endif // JUCE_LOOKANDFEEL_H_INCLUDED
|
||||
#endif // JUCE_LOOKANDFEEL_V1_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -344,4 +344,4 @@ private:
|
|||
};
|
||||
|
||||
|
||||
#endif // JUCE_LOOKANDFEEL_H_INCLUDED
|
||||
#endif // JUCE_LOOKANDFEEL_V2_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -93,4 +93,4 @@ private:
|
|||
};
|
||||
|
||||
|
||||
#endif // JUCE_LOOKANDFEEL_H_INCLUDED
|
||||
#endif // JUCE_LOOKANDFEEL_V3_H_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue