diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
| commit | 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch) | |
| tree | 96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /test/stl_binary_writer_test.cc | |
| parent | 462902f22a930c52d6d4ac4ac9097d078108b568 (diff) | |
No-op; remove trailing whitespace.
Diffstat (limited to 'test/stl_binary_writer_test.cc')
| -rw-r--r-- | test/stl_binary_writer_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stl_binary_writer_test.cc b/test/stl_binary_writer_test.cc index f0a407c..f77cba5 100644 --- a/test/stl_binary_writer_test.cc +++ b/test/stl_binary_writer_test.cc @@ -71,7 +71,7 @@ BOOST_AUTO_TEST_CASE (stl_binary_writer_test) l.vertical_position.line = 0; l.vertical_position.lines = 32; l.vertical_position.reference = sub::TOP_OF_SCREEN; - + sub::Block b; b.text = "This is some "; b.font = "Arial"; @@ -114,6 +114,6 @@ BOOST_AUTO_TEST_CASE (stl_binary_writer_test) "Editor contact", "build/test/test.stl" ); - + } |
