From f6740993f7add82252bf4f6d9d987d3f724ab8f5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jun 2018 18:47:31 +0200 Subject: Cleanup: strip tests trailing space --- tests/gtests/blenlib/BLI_heap_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gtests') diff --git a/tests/gtests/blenlib/BLI_heap_test.cc b/tests/gtests/blenlib/BLI_heap_test.cc index 82acdabd7eb..dd0bc3451ce 100644 --- a/tests/gtests/blenlib/BLI_heap_test.cc +++ b/tests/gtests/blenlib/BLI_heap_test.cc @@ -40,7 +40,7 @@ TEST(heap, One) const char *in = "test"; heap = BLI_heap_new(); - + BLI_heap_insert(heap, 0.0f, (void *)in); EXPECT_FALSE(BLI_heap_is_empty(heap)); EXPECT_EQ(BLI_heap_len(heap), 1); -- cgit v1.2.3