summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/tgmath.h
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2015-09-12 02:55:19 +0000
committerSean Silva <chisophugis@gmail.com>2015-09-12 02:55:19 +0000
commite4c3760a9fdc34bd63f4a1ecc9c3f6c156135402 (patch)
tree8f96674d8a16dee35ecc54e1143356ef0d900ec9 /clang/lib/Headers/tgmath.h
parentf57162b6e769e7f3fcdec47eb3f38041599ffeb3 (diff)
downloadbcm5719-llvm-e4c3760a9fdc34bd63f4a1ecc9c3f6c156135402.tar.gz
bcm5719-llvm-e4c3760a9fdc34bd63f4a1ecc9c3f6c156135402.zip
Clean up trailing whitespace in the builtin headers
llvm-svn: 247498
Diffstat (limited to 'clang/lib/Headers/tgmath.h')
-rw-r--r--clang/lib/Headers/tgmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/tgmath.h b/clang/lib/Headers/tgmath.h
index a48e267e60d..318e1185fee 100644
--- a/clang/lib/Headers/tgmath.h
+++ b/clang/lib/Headers/tgmath.h
@@ -490,7 +490,7 @@ static double _Complex
static long double _Complex
_TG_ATTRS
- __tg_pow(long double _Complex __x, long double _Complex __y)
+ __tg_pow(long double _Complex __x, long double _Complex __y)
{return cpowl(__x, __y);}
#undef pow
OpenPOWER on IntegriCloud