[ion/events_modifier] Reindent

This commit is contained in:
Léa Saviot
2019-10-10 13:48:37 +02:00
parent 14cc6ffc59
commit bb69b2c131
2 changed files with 32 additions and 32 deletions

View File

@@ -47,7 +47,7 @@ void TextInput::ContentView::addSelection(const char * left, const char * right)
reloadRectFromPosition(left, true); //TODO LEA
}
void TextInput::ContentView::resetSelection() {
bool TextInput::ContentView::resetSelection() {
const char * previousStart = m_selectionStart;
if (previousStart == nullptr) {
return false;