[DEBUG] Indentation error

This commit is contained in:
Edouard DUPIN 2013-11-25 21:03:02 +01:00
parent aa05234752
commit b3ffe8c212

View File

@ -46,7 +46,7 @@ bool appl::TextPluginAutoIndent::onEventEntry(appl::TextViewer& _textDrawer,
std::string data = "\n";
for (appl::Buffer::Iterator it = startLine+1;
for (appl::Buffer::Iterator it = startLine;
(bool)it == true;
++it) {
if (*it == etk::UChar::Space) {