From d04c6851681bc9b89ba98c1644cd62d7fb719ac2 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 1 Jun 2016 21:35:39 +0000 Subject: Remove trailing whitespace in test suite. Approved by Marshall Clow. llvm-svn: 271435 --- libcxx/test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp') diff --git a/libcxx/test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp b/libcxx/test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp index dc0b35e6778..0692a59542f 100644 --- a/libcxx/test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp +++ b/libcxx/test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp @@ -19,7 +19,7 @@ #include #include "test_macros.h" -static bool error_badrepeat_thrown(const char *pat) +static bool error_badrepeat_thrown(const char *pat) { bool result = false; try { @@ -30,7 +30,7 @@ static bool error_badrepeat_thrown(const char *pat) return result; } -int main() +int main() { assert(error_badrepeat_thrown("?a")); assert(error_badrepeat_thrown("*a")); -- cgit v1.2.3