Removed extra space; thanks to thakis_'s eagle eye

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2014-01-21 00:03:44 +00:00
parent 1a383b9755
commit 15066f21f1

View File

@ -48,6 +48,6 @@ int main()
#if (defined(__ppc__) || defined(__ppc64__))
test<long double, false>();
#else
test<long double, true>();
test<long double, true>();
#endif
}