summaryrefslogtreecommitdiff
path: root/libs/canvas/test/xml.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/canvas/test/xml.cc')
-rw-r--r--libs/canvas/test/xml.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/canvas/test/xml.cc b/libs/canvas/test/xml.cc
index ef6871dc76..5bc5dec2b7 100644
--- a/libs/canvas/test/xml.cc
+++ b/libs/canvas/test/xml.cc
@@ -29,7 +29,7 @@ XMLTest::get ()
g.set_position (Duple (64, 72));
Line l (&g);
l.set (Duple (41, 43), Duple (44, 46));
-
+
XMLTree* tree = canvas.get_state ();
tree->write ("test.xml");