diff options
author | Sean Silva <chisophugis@gmail.com> | 2015-09-12 02:55:19 +0000 |
---|---|---|
committer | Sean Silva <chisophugis@gmail.com> | 2015-09-12 02:55:19 +0000 |
commit | e4c3760a9fdc34bd63f4a1ecc9c3f6c156135402 (patch) | |
tree | 8f96674d8a16dee35ecc54e1143356ef0d900ec9 /clang/lib/Headers/tgmath.h | |
parent | f57162b6e769e7f3fcdec47eb3f38041599ffeb3 (diff) | |
download | bcm5719-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.h | 2 |
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 |