[DEBUG] Indentation error
This commit is contained in:
parent
aa05234752
commit
b3ffe8c212
@ -46,7 +46,7 @@ bool appl::TextPluginAutoIndent::onEventEntry(appl::TextViewer& _textDrawer,
|
|||||||
std::string data = "\n";
|
std::string data = "\n";
|
||||||
|
|
||||||
|
|
||||||
for (appl::Buffer::Iterator it = startLine+1;
|
for (appl::Buffer::Iterator it = startLine;
|
||||||
(bool)it == true;
|
(bool)it == true;
|
||||||
++it) {
|
++it) {
|
||||||
if (*it == etk::UChar::Space) {
|
if (*it == etk::UChar::Space) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user