From 324bb03bb94f67ae7f9092810e4e4f6bd8bf506e Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 22 Aug 2010 00:02:43 +0000 Subject: Fixing whitespace problems git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111750 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/cmath | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'include/cmath') diff --git a/include/cmath b/include/cmath index f133de98f..7ddb5fd4b 100644 --- a/include/cmath +++ b/include/cmath @@ -141,17 +141,17 @@ bool signbit(floating_point x); int fpclassify(floating_point x); -bool isfinite(floating_point x); -bool isinf(floating_point x); -bool isnan(floating_point x); -bool isnormal(floating_point x); - -bool isgreater(floating_point x, floating_point y); -bool isgreaterequal(floating_point x, floating_point y); -bool isless(floating_point x, floating_point y); -bool islessequal(floating_point x, floating_point y); -bool islessgreater(floating_point x, floating_point y); -bool isunordered(floating_point x, floating_point y); +bool isfinite(floating_point x); +bool isinf(floating_point x); +bool isnan(floating_point x); +bool isnormal(floating_point x); + +bool isgreater(floating_point x, floating_point y); +bool isgreaterequal(floating_point x, floating_point y); +bool isless(floating_point x, floating_point y); +bool islessequal(floating_point x, floating_point y); +bool islessgreater(floating_point x, floating_point y); +bool isunordered(floating_point x, floating_point y); floating_point acosh (arithmetic x); float acoshf(float x); @@ -297,11 +297,11 @@ long double truncl(long double x); */ -// FIXME: work around for Clang with -std=C++0x on OSX/iOS +// FIXME: work around for Clang with -std=C++0x on OSX/iOS #if defined(__clang__) && defined(__APPLE__) # pragma push_macro("__STRICT_ANSI__") # undef __STRICT_ANSI__ -#endif +#endif // defined(__clang__) && defined(__APPLE__) #include <__config> #include -- cgit v1.2.3