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

(automated whitespace clean-up)

This commit is contained in:
jules 2012-03-20 16:00:06 +00:00
parent dcb8351844
commit 56bbab1537
231 changed files with 0 additions and 231 deletions

View file

@ -23,7 +23,6 @@
==============================================================================
*/
namespace MidiBufferHelpers
{
inline int getEventTime (const void* const d) noexcept

View file

@ -23,7 +23,6 @@
==============================================================================
*/
namespace MidiFileHelpers
{
void writeVariableLengthInt (OutputStream& out, unsigned int v)

View file

@ -23,7 +23,6 @@
==============================================================================
*/
MidiKeyboardState::MidiKeyboardState()
{
zerostruct (noteStates);

View file

@ -23,7 +23,6 @@
==============================================================================
*/
namespace MidiHelpers
{
inline uint8 initialByte (const int type, const int channel) noexcept

View file

@ -23,7 +23,6 @@
==============================================================================
*/
MidiMessageSequence::MidiMessageSequence()
{
}