From ff79ea06c72bb6a8fdb7ed1a7a641c5b1365dbec Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 8 Mar 2016 11:26:48 +0000 Subject: [PATCH] Whitespace --- modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h b/modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h index 44f7f552b5..3a331d315f 100644 --- a/modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h +++ b/modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h @@ -100,7 +100,7 @@ public: /** Returns the current number of MPE zones. */ int getNumZones() const noexcept; - /** Returns a pointer to the MPE zone at the given index, or nullptr if there + /** Returns a pointer to the MPE zone at the given index, or nullptr if there is no such zone. Zones are sorted by insertion order (most recently added zone last). */