summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-19 11:07:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-19 11:31:13 +0000
commit5594f633a19344e7b5043b732c5fc0c944a74eba (patch)
tree2d5e23d7edcba6f593d0e76ae76f2d133b6a1711 /hwpfilter
parent76e02b7fbf57af81446b4449bd5bc3ed4349a923 (diff)
fix indent
Change-Id: I6e531cdd2dd0657286cc369031072c28cf9c8e37
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpreader.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx
index e752ae70ca3c..e9f0f3b62e76 100644
--- a/hwpfilter/source/hwpreader.cxx
+++ b/hwpfilter/source/hwpreader.cxx
@@ -1905,10 +1905,11 @@ void HwpReader::makeTableStyle(Table *tbl)
{
std::list<TCell*>::iterator it = tbl->cells.begin();
- for( int ii = 0; it != tbl->cells.end(); ++it, ii++ ){
- if( ii == i )
- break;
- }
+ for( int ii = 0; it != tbl->cells.end(); ++it, ii++ )
+ {
+ if( ii == i )
+ break;
+ }
TCell *tcell = *it;
sprintf(buf,"Table%d.%c%d",hbox->style.boxnum, 'A'+ tcell->nColumnIndex, tcell->nRowIndex +1);