From 471874bce57d0404e964dd8a2a0648dfbfd791fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 4 Feb 2019 08:47:17 +0100 Subject: [PATCH] refs #64 --- src/Unittests/unittests_read_write_PLY.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Unittests/unittests_read_write_PLY.cc b/src/Unittests/unittests_read_write_PLY.cc index d428ec12..dd83ff81 100644 --- a/src/Unittests/unittests_read_write_PLY.cc +++ b/src/Unittests/unittests_read_write_PLY.cc @@ -83,6 +83,7 @@ TEST_F(OpenMeshReadWritePLY, LoadSimplePLY) { /* * Load a ply ascii file without a newline at the end of the file + * */ TEST_F(OpenMeshReadWritePLY, LoadSimplePLYNoEndl) { -- GitLab