[libcxx-commits] [libcxx] 689ce81 - [libc++][NFC] Remove excess trailing newlines from most files

Casey Carter via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 23 08:09:07 PDT 2019


Author: Casey Carter
Date: 2019-10-23T08:08:57-07:00
New Revision: 689ce810598bec7b35dd7ebe33ce5c5cce1453c7

URL: https://github.com/llvm/llvm-project/commit/689ce810598bec7b35dd7ebe33ce5c5cce1453c7
DIFF: https://github.com/llvm/llvm-project/commit/689ce810598bec7b35dd7ebe33ce5c5cce1453c7.diff

LOG: [libc++][NFC] Remove excess trailing newlines from most files

Testing git commit access.

Added: 
    

Modified: 
    libcxx/benchmarks/CMakeLists.txt
    libcxx/benchmarks/CartesianBenchmarks.h
    libcxx/include/__debug
    libcxx/include/experimental/propagate_const
    libcxx/src/mutex_destructor.cpp
    libcxx/src/support/solaris/wcsnrtombs.inc
    libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
    libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
    libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
    libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
    libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp
    libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp
    libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp
    libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    libcxx/test/libcxx/numerics/bit.ops.pass.cpp
    libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
    libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
    libcxx/test/std/containers/associative/map/contains.pass.cpp
    libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    libcxx/test/std/containers/associative/set/contains.pass.cpp
    libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
    libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
    libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
    libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp
    libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp
    libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp
    libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp
    libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp
    libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp
    libcxx/test/std/input.output/filesystems/lit.local.cfg
    libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp
    libcxx/test/std/numerics/c.math/abs.fail.cpp
    libcxx/test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
    libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
    libcxx/test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp
    libcxx/test/std/utilities/utility/synopsis.pass.cpp
    libcxx/test/support/nothing_to_do.pass.cpp
    libcxx/test/support/propagate_const_helpers.h
    libcxx/utils/docker/debian9/Dockerfile.base
    libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
    libcxx/utils/docker/scripts/run_buildbot.sh
    libcxx/utils/google-benchmark/.clang-format
    libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
    libcxx/utils/google-benchmark/cmake/posix_regex.cpp
    libcxx/utils/google-benchmark/cmake/std_regex.cpp
    libcxx/utils/google-benchmark/docs/AssemblyTests.md
    libcxx/utils/google-benchmark/test/AssemblyTests.cmake
    libcxx/utils/libcxx/test/googlebenchmark.py

Removed: 
    


################################################################################
diff  --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt
index 38c40c8f66c0..bd38de97d7a9 100644
--- a/libcxx/benchmarks/CMakeLists.txt
+++ b/libcxx/benchmarks/CMakeLists.txt
@@ -217,4 +217,3 @@ if (LIBCXX_INCLUDE_TESTS)
           DEPENDS cxx-benchmarks ${LIBCXX_TEST_DEPS}
           ARGS ${BENCHMARK_LIT_ARGS})
 endif()
-

diff  --git a/libcxx/benchmarks/CartesianBenchmarks.h b/libcxx/benchmarks/CartesianBenchmarks.h
index 89b6d854b174..2eea15681933 100644
--- a/libcxx/benchmarks/CartesianBenchmarks.h
+++ b/libcxx/benchmarks/CartesianBenchmarks.h
@@ -131,4 +131,3 @@ TEST_ALWAYS_INLINE inline T maybeOpaque(T value, bool opaque) {
   if (opaque) benchmark::DoNotOptimize(value);
   return value;
 }
-

diff  --git a/libcxx/include/__debug b/libcxx/include/__debug
index 524c5ff02847..11367413fccc 100644
--- a/libcxx/include/__debug
+++ b/libcxx/include/__debug
@@ -276,4 +276,3 @@ _LIBCPP_FUNC_VIS const __libcpp_db* __get_const_db();
 _LIBCPP_END_NAMESPACE_STD
 
 #endif  // _LIBCPP_DEBUG_H
-

diff  --git a/libcxx/include/experimental/propagate_const b/libcxx/include/experimental/propagate_const
index 092b013bb904..59f50c5e574d 100644
--- a/libcxx/include/experimental/propagate_const
+++ b/libcxx/include/experimental/propagate_const
@@ -575,4 +575,3 @@ _LIBCPP_END_NAMESPACE_STD
 
 #endif // _LIBCPP_STD_VER > 11
 #endif // _LIBCPP_EXPERIMENTAL_PROPAGATE_CONST
-

diff  --git a/libcxx/src/mutex_destructor.cpp b/libcxx/src/mutex_destructor.cpp
index 3a6b6b55eeb7..2038d2bbe21a 100644
--- a/libcxx/src/mutex_destructor.cpp
+++ b/libcxx/src/mutex_destructor.cpp
@@ -48,4 +48,3 @@ mutex::~mutex() _NOEXCEPT
 
 #endif // !_LIBCPP_HAS_NO_THREADS
 _LIBCPP_END_NAMESPACE_STD
-

diff  --git a/libcxx/src/support/solaris/wcsnrtombs.inc b/libcxx/src/support/solaris/wcsnrtombs.inc
index 67e7078f2d51..239079e4719f 100644
--- a/libcxx/src/support/solaris/wcsnrtombs.inc
+++ b/libcxx/src/support/solaris/wcsnrtombs.inc
@@ -90,4 +90,3 @@ wcsnrtombs_l(char * __restrict dst, const wchar_t ** __restrict src,
   *src = s;
   return (nbytes);
 }
-

diff  --git a/libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp b/libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
index 0db2f91eea83..2c475f01004e 100644
--- a/libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
+++ b/libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
@@ -280,5 +280,3 @@ TEST_CASE(pop_front_push_back) {
 }
 
 TEST_SUITE_END()
-
-

diff  --git a/libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp b/libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
index cafbd9242029..37bba2a2c1d3 100644
--- a/libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
+++ b/libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
@@ -32,4 +32,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp b/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
index 91b678d1d2d6..f11f03b0fad0 100644
--- a/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
+++ b/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
@@ -22,4 +22,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp b/libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
index 432cfccac469..addaacd38a6b 100644
--- a/libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
+++ b/libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
@@ -28,4 +28,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp b/libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp
index 32088497a71a..10131986afde 100644
--- a/libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp
+++ b/libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp
@@ -27,4 +27,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp b/libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp
index 8975097456bf..dba4c920a4dd 100644
--- a/libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp
+++ b/libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp
@@ -27,4 +27,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp b/libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp
index a046b34abf7e..60b95a7077e5 100644
--- a/libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp
+++ b/libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp
@@ -24,4 +24,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/iterators/advance.debug1.pass.cpp b/libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
index 572ca3d0f5e4..1cdaac088b41 100644
--- a/libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
+++ b/libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
@@ -40,4 +40,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/iterators/next.debug1.pass.cpp b/libcxx/test/libcxx/iterators/next.debug1.pass.cpp
index e3797f2eea02..66d3a1a03f0a 100644
--- a/libcxx/test/libcxx/iterators/next.debug1.pass.cpp
+++ b/libcxx/test/libcxx/iterators/next.debug1.pass.cpp
@@ -36,4 +36,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/libcxx/numerics/bit.ops.pass.cpp b/libcxx/test/libcxx/numerics/bit.ops.pass.cpp
index 2f4d5ead8f1c..5e220d6353c5 100644
--- a/libcxx/test/libcxx/numerics/bit.ops.pass.cpp
+++ b/libcxx/test/libcxx/numerics/bit.ops.pass.cpp
@@ -67,4 +67,3 @@ int main(int, char **)
     
     return 0;
 }
-

diff  --git a/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp b/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
index 0f284ba27603..72d3efaa71f2 100644
--- a/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
+++ b/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
@@ -53,5 +53,3 @@ void escape() {
 sink(&x);
 sink(&Foo);
 }
-
-

diff  --git a/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp b/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
index 559759bf698c..5096691d8bb6 100644
--- a/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
+++ b/libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
@@ -63,5 +63,3 @@ sink(&Foo4);
 sink(&Foo5);
 sink(&Foo6);
 }
-
-

diff  --git a/libcxx/test/std/containers/associative/map/contains.pass.cpp b/libcxx/test/std/containers/associative/map/contains.pass.cpp
index 5b71eedba4d8..38d2edea9a4c 100644
--- a/libcxx/test/std/containers/associative/map/contains.pass.cpp
+++ b/libcxx/test/std/containers/associative/map/contains.pass.cpp
@@ -59,4 +59,3 @@ int main(int, char**)
 
     return 0;
 }
-

diff  --git a/libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp b/libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
index 88a958368280..43cf3cbe5253 100644
--- a/libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
+++ b/libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
@@ -77,4 +77,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/containers/associative/set/contains.pass.cpp b/libcxx/test/std/containers/associative/set/contains.pass.cpp
index 2b0972904872..be1793cd9c86 100644
--- a/libcxx/test/std/containers/associative/set/contains.pass.cpp
+++ b/libcxx/test/std/containers/associative/set/contains.pass.cpp
@@ -41,4 +41,3 @@ int main(int, char**)
 
     return 0;
 }
-

diff  --git a/libcxx/test/std/containers/unord/unord.map/contains.pass.cpp b/libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
index c591e197249f..3b3171a4c421 100644
--- a/libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
+++ b/libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
@@ -59,4 +59,3 @@ int main(int, char**)
 
     return 0;
 }
-

diff  --git a/libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp b/libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
index 5498f454388b..1fc4ce81605d 100644
--- a/libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
+++ b/libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
@@ -78,4 +78,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/containers/unord/unord.set/contains.pass.cpp b/libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
index 3b87f2fd0e04..3bcc990a5c4e 100644
--- a/libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
+++ b/libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
@@ -41,4 +41,3 @@ int main(int, char**)
 
     return 0;
 }
-

diff  --git a/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp b/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
index 902e108a1c1b..785c5963e236 100644
--- a/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
+++ b/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
@@ -26,4 +26,3 @@ int main(int, char**)
 {
     return 0;
 }
-

diff  --git a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp
index f9d1a81bfbad..21b28739f046 100644
--- a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp
+++ b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp
@@ -27,4 +27,3 @@ int main(int, char**) {
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp
index f05cc696a2fe..d8236688e02f 100644
--- a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp
+++ b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp
@@ -31,4 +31,3 @@ int main(int, char**) {
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp
index af798180931b..494d00b826a0 100644
--- a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp
+++ b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp
@@ -25,4 +25,3 @@ typedef propagate_const<CopyConstructibleFromX> PY;
 int main(int, char**) { static_assert(!std::is_constructible<PX, PY>::value, ""); 
   return 0;
 }
-

diff  --git a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp
index 277460da859f..14745c717572 100644
--- a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp
+++ b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp
@@ -30,4 +30,3 @@ int main(int, char**) {
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp
index 3eb078e86137..6b83451a408a 100644
--- a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp
+++ b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp
@@ -27,4 +27,3 @@ int main(int, char**) {
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp
index 930f9469caa4..5c0e0d79fd8a 100644
--- a/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp
+++ b/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp
@@ -31,4 +31,3 @@ int main(int, char**) {
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/input.output/filesystems/lit.local.cfg b/libcxx/test/std/input.output/filesystems/lit.local.cfg
index a59433402598..132b73ccbde5 100644
--- a/libcxx/test/std/input.output/filesystems/lit.local.cfg
+++ b/libcxx/test/std/input.output/filesystems/lit.local.cfg
@@ -3,4 +3,3 @@ if 'dylib-has-no-filesystem' in config.available_features:
   config.unsupported = True
 if 'c++filesystem-disabled' in config.available_features:
   config.unsupported = True
-

diff  --git a/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp b/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp
index fa7026ddeece..5fbc103915c6 100644
--- a/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp
+++ b/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp
@@ -49,4 +49,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/numerics/c.math/abs.fail.cpp b/libcxx/test/std/numerics/c.math/abs.fail.cpp
index 5b7c77d0b595..16f112c30fce 100644
--- a/libcxx/test/std/numerics/c.math/abs.fail.cpp
+++ b/libcxx/test/std/numerics/c.math/abs.fail.cpp
@@ -29,4 +29,3 @@ int main(int, char**)
 
     return 0;
 }
-

diff  --git a/libcxx/test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp b/libcxx/test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
index 33113218064a..0fa9b7855c3d 100644
--- a/libcxx/test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
+++ b/libcxx/test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
@@ -51,4 +51,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp b/libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
index cba926ee0061..db7fafcc3f77 100644
--- a/libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
+++ b/libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
@@ -26,4 +26,3 @@
 #include "is_convertible.pass.cpp"
 
 #include "test_macros.h"
-

diff  --git a/libcxx/test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp b/libcxx/test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp
index 97e29e876828..e349dc866ec8 100644
--- a/libcxx/test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp
+++ b/libcxx/test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp
@@ -17,4 +17,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/std/utilities/utility/synopsis.pass.cpp b/libcxx/test/std/utilities/utility/synopsis.pass.cpp
index e13a6bcf7c70..746f84c218fe 100644
--- a/libcxx/test/std/utilities/utility/synopsis.pass.cpp
+++ b/libcxx/test/std/utilities/utility/synopsis.pass.cpp
@@ -22,4 +22,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/support/nothing_to_do.pass.cpp b/libcxx/test/support/nothing_to_do.pass.cpp
index f54d71c86da9..779762e7e995 100644
--- a/libcxx/test/support/nothing_to_do.pass.cpp
+++ b/libcxx/test/support/nothing_to_do.pass.cpp
@@ -12,4 +12,3 @@ int main(int, char**)
 
   return 0;
 }
-

diff  --git a/libcxx/test/support/propagate_const_helpers.h b/libcxx/test/support/propagate_const_helpers.h
index 581565a34270..a9df1b99ed2b 100644
--- a/libcxx/test/support/propagate_const_helpers.h
+++ b/libcxx/test/support/propagate_const_helpers.h
@@ -116,4 +116,3 @@ struct ExplicitCopyConstructibleFromX
     constexpr ExplicitCopyConstructibleFromX(int i) : i_(i) {}
     constexpr explicit ExplicitCopyConstructibleFromX(const X& x) : i_(x.i_) {}
 };
-

diff  --git a/libcxx/utils/docker/debian9/Dockerfile.base b/libcxx/utils/docker/debian9/Dockerfile.base
index 56c93f963d29..6ad85fdb275d 100644
--- a/libcxx/utils/docker/debian9/Dockerfile.base
+++ b/libcxx/utils/docker/debian9/Dockerfile.base
@@ -43,4 +43,3 @@ RUN apt-get update && \
   update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 && \
   update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 && \
   rm -rf /var/lib/apt/lists/*
-

diff  --git a/libcxx/utils/docker/debian9/Dockerfile.compiler_zoo b/libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
index b3572211907d..640d24ae561a 100644
--- a/libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
+++ b/libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
@@ -31,5 +31,3 @@ COPY --from=ericwf/compilers:latest /opt/llvm-6.0 /opt/llvm-6.0
 COPY --from=ericwf/compilers:latest /opt/llvm-7.0 /opt/llvm-7.0
 COPY --from=ericwf/compilers:latest /opt/llvm-8.0 /opt/llvm-8.0
 COPY --from=ericwf/compilers_tot:latest /opt/llvm-tot /opt/llvm-tot
-
-

diff  --git a/libcxx/utils/docker/scripts/run_buildbot.sh b/libcxx/utils/docker/scripts/run_buildbot.sh
index 1305bb213212..ce86e10e5a74 100755
--- a/libcxx/utils/docker/scripts/run_buildbot.sh
+++ b/libcxx/utils/docker/scripts/run_buildbot.sh
@@ -100,4 +100,3 @@ done
 sleep 72000
 while pkill -SIGHUP buildslave; do sleep 5; done;
 shutdown now
-

diff  --git a/libcxx/utils/google-benchmark/.clang-format b/libcxx/utils/google-benchmark/.clang-format
index 4b3f13fa55e1..06ea346a1067 100644
--- a/libcxx/utils/google-benchmark/.clang-format
+++ b/libcxx/utils/google-benchmark/.clang-format
@@ -2,4 +2,3 @@
 Language:        Cpp
 BasedOnStyle:  Google
 ...
-

diff  --git a/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp b/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
index b5b91cdab7c2..105189f02ee6 100644
--- a/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
+++ b/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
@@ -9,4 +9,3 @@ int main() {
   }
   return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
 }
-

diff  --git a/libcxx/utils/google-benchmark/cmake/posix_regex.cpp b/libcxx/utils/google-benchmark/cmake/posix_regex.cpp
index 466dc62560a2..02f6dfc278a7 100644
--- a/libcxx/utils/google-benchmark/cmake/posix_regex.cpp
+++ b/libcxx/utils/google-benchmark/cmake/posix_regex.cpp
@@ -11,4 +11,3 @@ int main() {
   regfree(&re);
   return ret;
 }
-

diff  --git a/libcxx/utils/google-benchmark/cmake/std_regex.cpp b/libcxx/utils/google-benchmark/cmake/std_regex.cpp
index 696f2a26bce0..8177c482e838 100644
--- a/libcxx/utils/google-benchmark/cmake/std_regex.cpp
+++ b/libcxx/utils/google-benchmark/cmake/std_regex.cpp
@@ -7,4 +7,3 @@ int main() {
        std::regex_constants::extended | std::regex_constants::nosubs);
   return std::regex_search(str, re) ? 0 : -1;
 }
-

diff  --git a/libcxx/utils/google-benchmark/docs/AssemblyTests.md b/libcxx/utils/google-benchmark/docs/AssemblyTests.md
index 1fbdc269b53d..0d06f50ac652 100644
--- a/libcxx/utils/google-benchmark/docs/AssemblyTests.md
+++ b/libcxx/utils/google-benchmark/docs/AssemblyTests.md
@@ -144,4 +144,3 @@ tests to other architectures and compilers (using `CHECK` prefixes).
 
 Furthermore, the tests fail for builds which specify additional flags
 that modify code generation, including `--coverage` or `-fsanitize=`.
-

diff  --git a/libcxx/utils/google-benchmark/test/AssemblyTests.cmake b/libcxx/utils/google-benchmark/test/AssemblyTests.cmake
index 3d078586f1de..8605221ff710 100644
--- a/libcxx/utils/google-benchmark/test/AssemblyTests.cmake
+++ b/libcxx/utils/google-benchmark/test/AssemblyTests.cmake
@@ -43,4 +43,3 @@ macro(add_filecheck_test name)
         WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
   endforeach()
 endmacro()
-

diff  --git a/libcxx/utils/libcxx/test/googlebenchmark.py b/libcxx/utils/libcxx/test/googlebenchmark.py
index e531cba0b368..d6960a7bca7f 100644
--- a/libcxx/utils/libcxx/test/googlebenchmark.py
+++ b/libcxx/utils/libcxx/test/googlebenchmark.py
@@ -119,4 +119,3 @@ def execute(self, test, litConfig):
             return lit.Test.UNRESOLVED, msg
 
         return lit.Test.PASS, err + out
-


        


More information about the libcxx-commits mailing list