From af36dd4664ddf35c7ad99f05f9878ce1acf787bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Jun 2018 08:02:49 +0200 Subject: Cleanup: trailing newlines --- tests/gtests/blenlib/BLI_array_utils_test.cc | 1 - tests/gtests/guardedalloc/guardedalloc_overflow_test.cc | 1 - tests/gtests/testing/testing_main.cc | 1 - 3 files changed, 3 deletions(-) (limited to 'tests/gtests') diff --git a/tests/gtests/blenlib/BLI_array_utils_test.cc b/tests/gtests/blenlib/BLI_array_utils_test.cc index c4601e00fbd..6daa400a478 100644 --- a/tests/gtests/blenlib/BLI_array_utils_test.cc +++ b/tests/gtests/blenlib/BLI_array_utils_test.cc @@ -187,4 +187,3 @@ TEST(array_utils, BinaryOrInt4Mix) BINARY_OR_TEST(data_cmp, data_a, data_b, data_combine, ARRAY_SIZE(data_cmp)); } #undef BINARY_OR_TEST - diff --git a/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc b/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc index 18cf57bd6ea..6f4df4fd047 100644 --- a/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc +++ b/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc @@ -58,4 +58,3 @@ TEST(guardedalloc, GuardedIntegerOverflow) EXPECT_EXIT(MallocArray(SIZE_MAX, 12345567), ABORT_PREDICATE, ""); EXPECT_EXIT(CallocArray(SIZE_MAX, SIZE_MAX), ABORT_PREDICATE, ""); } - diff --git a/tests/gtests/testing/testing_main.cc b/tests/gtests/testing/testing_main.cc index e8104a2a026..6f506d1a0cf 100644 --- a/tests/gtests/testing/testing_main.cc +++ b/tests/gtests/testing/testing_main.cc @@ -33,4 +33,3 @@ int main(int argc, char **argv) { return RUN_ALL_TESTS(); } - -- cgit v1.2.3