From cb0d20519e9713b7443e1bd2917f75f739ccec8d Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Thu, 14 Jun 2018 00:12:20 +0000 Subject: [libcxx] [test] Strip trailing whitespace. NFC. llvm-svn: 334676 --- .../support.exception/uncaught/uncaught_exceptions.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/test/std/language.support/support.exception') diff --git a/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp b/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp index 0a63a47429a..d030d12d263 100644 --- a/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp +++ b/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp @@ -47,7 +47,7 @@ int main () { { Outer o(0); } - + assert(std::uncaught_exceptions() == 0); { try { @@ -56,7 +56,7 @@ int main () { } catch (int) { assert(std::uncaught_exceptions() == 0); - } + } } assert(std::uncaught_exceptions() == 0); } -- cgit v1.2.3