From e629b148afaa161acbad76a90851bb2f481817c8 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 28 Oct 2013 20:06:50 +0200 Subject: Fix indentation Change-Id: I2bef2334392dba63f86b24917a50bf1eb0df98dc --- i18npool/source/breakiterator/breakiterator_th.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'i18npool') diff --git a/i18npool/source/breakiterator/breakiterator_th.cxx b/i18npool/source/breakiterator/breakiterator_th.cxx index 82d7b53665e0..3e9babb5b687 100644 --- a/i18npool/source/breakiterator/breakiterator_th.cxx +++ b/i18npool/source/breakiterator/breakiterator_th.cxx @@ -86,9 +86,9 @@ static sal_uInt16 SAL_CALL getCombState(const sal_Unicode *text, sal_Int32 pos) if (text[pos+1] == SARA_AM) { if ((1 << ch1) & is_ST_COM) - return ST_COM; + return ST_COM; else - ch2 = CT_AD1; + ch2 = CT_AD1; } return thaiCompRel[ch1][ch2]; @@ -137,9 +137,9 @@ void SAL_CALL BreakIterator_th::makeIndex(const OUString& Text, sal_Int32 nStart while (pos < endPos) { end += getACell(str, start, endPos); while (pos < end) { - nextCellIndex[pos] = end; - previousCellIndex[pos] = start; - pos++; + nextCellIndex[pos] = end; + previousCellIndex[pos] = start; + pos++; } start = end; } -- cgit