usp10: Indentation fix

Andrew Talbot andrew.talbot at talbotville.com
Fri Dec 21 13:18:52 CST 2012


Changelog:
    usp10: Indentation fix.

diff --git a/dlls/usp10/breaking.c b/dlls/usp10/breaking.c
index 3efc3da..ff6e740 100644
--- a/dlls/usp10/breaking.c
+++ b/dlls/usp10/breaking.c
@@ -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:




More information about the wine-patches mailing list