Kaydet (Commit) e629b148 authored tarafından Khaled Hosny's avatar Khaled Hosny

Fix indentation

Change-Id: I2bef2334392dba63f86b24917a50bf1eb0df98dc
üst af700169
...@@ -86,9 +86,9 @@ static sal_uInt16 SAL_CALL getCombState(const sal_Unicode *text, sal_Int32 pos) ...@@ -86,9 +86,9 @@ static sal_uInt16 SAL_CALL getCombState(const sal_Unicode *text, sal_Int32 pos)
if (text[pos+1] == SARA_AM) { if (text[pos+1] == SARA_AM) {
if ((1 << ch1) & is_ST_COM) if ((1 << ch1) & is_ST_COM)
return ST_COM; return ST_COM;
else else
ch2 = CT_AD1; ch2 = CT_AD1;
} }
return thaiCompRel[ch1][ch2]; return thaiCompRel[ch1][ch2];
...@@ -137,9 +137,9 @@ void SAL_CALL BreakIterator_th::makeIndex(const OUString& Text, sal_Int32 nStart ...@@ -137,9 +137,9 @@ void SAL_CALL BreakIterator_th::makeIndex(const OUString& Text, sal_Int32 nStart
while (pos < endPos) { while (pos < endPos) {
end += getACell(str, start, endPos); end += getACell(str, start, endPos);
while (pos < end) { while (pos < end) {
nextCellIndex[pos] = end; nextCellIndex[pos] = end;
previousCellIndex[pos] = start; previousCellIndex[pos] = start;
pos++; pos++;
} }
start = end; start = end;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment