Minor reformatting to follow the coding style of the CMP.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10124 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-03-30 21:32:46 +00:00
parent 623012ad72
commit 2d845e708a

View File

@ -138,7 +138,7 @@ static const char* expand_text_(const char* from, char*& buf, int maxbuf, double
o = buf + (o - local_buf);
word_end = buf + (word_end - local_buf);
local_buf = buf;
}
}
if (c == '\t') {
for (c = fl_utf_nb_char((uchar*)buf, (int) (o-buf) )%8; c<8 && o<e; c++)