Andrew Talbot : usp10: Indentation fix.

Alexandre Julliard julliard at winehq.org
Mon Dec 24 14:02:57 CST 2012


Module: wine
Branch: master
Commit: c5ce8c8e089859bdfc0c859dc1c53a147b252eed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5ce8c8e089859bdfc0c859dc1c53a147b252eed

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Fri Dec 21 19:18:52 2012 +0000

usp10: Indentation fix.

---

 dlls/usp10/breaking.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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-cvs mailing list