diff options
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-07-29 00:55:22 +0000 |
---|---|---|
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-07-29 00:55:22 +0000 |
commit | d29b12ef7ca4a54c80493a9d3f9bb1dd7acb6934 (patch) | |
tree | 4276a17e8675a7e7b7849786ebd29b5c5545129a /libcxx/test/std/utilities/function.objects/func.invoke | |
parent | 4159db7698d3d6aa5e0f2d920be3847716b05800 (diff) | |
download | bcm5719-llvm-d29b12ef7ca4a54c80493a9d3f9bb1dd7acb6934.tar.gz bcm5719-llvm-d29b12ef7ca4a54c80493a9d3f9bb1dd7acb6934.zip |
[libcxx] [test] Make files consistently end with newlines, NFC.
llvm-svn: 309465
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/func.invoke')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/func.invoke/invoke_feature_test_macro.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/function.objects/func.invoke/invoke_feature_test_macro.pass.cpp b/libcxx/test/std/utilities/function.objects/func.invoke/invoke_feature_test_macro.pass.cpp index aaac98474fc..9c3f24262ef 100644 --- a/libcxx/test/std/utilities/function.objects/func.invoke/invoke_feature_test_macro.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/func.invoke/invoke_feature_test_macro.pass.cpp @@ -36,4 +36,4 @@ int main() { #if defined(__cpp_lib_invoke) assert(std::invoke(foo, 101) == 42); #endif -}
\ No newline at end of file +} |