diff options
| author | Casey Carter <Casey@Carter.net> | 2019-10-23 08:08:18 -0700 |
|---|---|---|
| committer | Casey Carter <Casey@Carter.net> | 2019-10-23 08:08:57 -0700 |
| commit | 689ce810598bec7b35dd7ebe33ce5c5cce1453c7 (patch) | |
| tree | 29abbd3cb52082c24bcd35de83e864126e63e1b0 /libcxx/src | |
| parent | 8e574e56c624051f296545337dee117196c1e8d0 (diff) | |
| download | bcm5719-llvm-689ce810598bec7b35dd7ebe33ce5c5cce1453c7.tar.gz bcm5719-llvm-689ce810598bec7b35dd7ebe33ce5c5cce1453c7.zip | |
[libc++][NFC] Remove excess trailing newlines from most files
Testing git commit access.
Diffstat (limited to 'libcxx/src')
| -rw-r--r-- | libcxx/src/mutex_destructor.cpp | 1 | ||||
| -rw-r--r-- | libcxx/src/support/solaris/wcsnrtombs.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/src/mutex_destructor.cpp b/libcxx/src/mutex_destructor.cpp index 3a6b6b55eeb..2038d2bbe21 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 67e7078f2d5..239079e4719 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); } - |

