From dd0d46d0ac9a5d4de97dcbfd4c1010bc423d99ac Mon Sep 17 00:00:00 2001 From: Ben Cumming <bcumming@cscs.ch> Date: Tue, 16 Aug 2016 08:48:56 +0200 Subject: [PATCH] fix line ending warnings with gcc --- tests/unit/test_algorithms.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/test_algorithms.cpp b/tests/unit/test_algorithms.cpp index ebe19c37..2e82bcc9 100644 --- a/tests/unit/test_algorithms.cpp +++ b/tests/unit/test_algorithms.cpp @@ -244,9 +244,9 @@ TEST(algorithms, has_contiguous_compartments) // // 0 - // / \ + // / \. // 1 2 - // / \ + // / \. // 3 4 // EXPECT_TRUE( -- GitLab