From b3b896811730dc527a461a18c5e73c0db5de4aea Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 5 Feb 2019 15:46:52 +0000 Subject: [PATCH] [NFC][libc++] Reindent function llvm-svn: 353180 --- libcxx/include/filesystem | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libcxx/include/filesystem b/libcxx/include/filesystem index 7fb2511..7a151d9 100644 --- a/libcxx/include/filesystem +++ b/libcxx/include/filesystem @@ -1364,13 +1364,11 @@ private: template _LIBCPP_NORETURN inline _LIBCPP_INLINE_VISIBILITY #ifndef _LIBCPP_NO_EXCEPTIONS - void - __throw_filesystem_error(_Args&&... __args) { +void __throw_filesystem_error(_Args&&... __args) { throw filesystem_error(std::forward<_Args>(__args)...); } #else - void - __throw_filesystem_error(_Args&&...) { +void __throw_filesystem_error(_Args&&...) { _VSTD::abort(); } #endif -- 2.7.4