Skip to content

Commit

Permalink
Minor reformatting to follow the coding style of the CMP.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10124 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Mar 30, 2014
1 parent 623012a commit 2d845e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fl_draw.cxx
Expand Up @@ -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++)
Expand Down

0 comments on commit 2d845e7

Please sign in to comment.