mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Lots of small whitespace tweaks.
This commit is contained in:
parent
0d3afee459
commit
02492b36b9
179 changed files with 405 additions and 407 deletions
|
|
@ -672,7 +672,7 @@ bool MidiMessage::isTextMetaEvent() const noexcept
|
|||
|
||||
String MidiMessage::getTextFromTextMetaEvent() const
|
||||
{
|
||||
const char* const textData = reinterpret_cast <const char*> (getMetaEventData());
|
||||
const char* const textData = reinterpret_cast<const char*> (getMetaEventData());
|
||||
return String (CharPointer_UTF8 (textData),
|
||||
CharPointer_UTF8 (textData + getMetaEventLength()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue