aboutsummaryrefslogtreecommitdiff
path: root/test/dw_simple_container_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw_simple_container_test.cc')
-rw-r--r--test/dw_simple_container_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_simple_container_test.cc b/test/dw_simple_container_test.cc
index 20697dd6..83d0a77f 100644
--- a/test/dw_simple_container_test.cc
+++ b/test/dw_simple_container_test.cc
@@ -90,7 +90,7 @@ int main(int argc, char **argv)
const char *words[] = { "This", "is", "only", "a", "short", "paragraph.",
NULL };
-
+
for(int j = 0; words[j]; j++) {
textblock2->addText(words[j], wordStyle);
textblock2->addSpace(wordStyle);
@@ -99,7 +99,7 @@ int main(int argc, char **argv)
textblockStyle1->unref();
textblockStyle2->unref();
containerStyle->unref();
- wordStyle->unref();
+ wordStyle->unref();
textblock1->flush ();
textblock2->flush ();