mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
usp10: Indentation fix.
This commit is contained in:
parent
c61b14cbcc
commit
c5ce8c8e08
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ void BREAK_line(const WCHAR *chars, int count, const SCRIPT_ANALYSIS *sa, SCRIPT
|
|||
case b_NL:
|
||||
case b_BK:
|
||||
if (i < count-1) else_break(&break_before[i+1],b_r);
|
||||
else_break(&break_before[i],b_x);
|
||||
else_break(&break_before[i],b_x);
|
||||
break;
|
||||
/* LB7 */
|
||||
case b_SP:
|
||||
|
|
Loading…
Reference in a new issue