diff options
Diffstat (limited to 'test/dw_table_aligned.cc')
-rw-r--r-- | test/dw_table_aligned.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_table_aligned.cc b/test/dw_table_aligned.cc index 87d990da..23c6b745 100644 --- a/test/dw_table_aligned.cc +++ b/test/dw_table_aligned.cc @@ -73,7 +73,7 @@ int main(int argc, char **argv) styleAttrs.borderWidth.setVal (1); styleAttrs.setBorderStyle (BORDER_INSET); - + Style *cellStyle = Style::create (layout, &styleAttrs); styleAttrs.borderWidth.setVal (0); @@ -103,7 +103,7 @@ int main(int argc, char **argv) cell->addText (buf, wordStyle); cell->flush (); - } + } wordStyle->unref(); cellStyle->unref(); |