Skip to content

Commit a2e9d60

Browse files
committed
clang-format
1 parent ef09e8d commit a2e9d60

File tree

2 files changed

+89
-92
lines changed

2 files changed

+89
-92
lines changed

sycl/include/CL/sycl/builtins.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,8 +1662,7 @@ extern SYCL_EXTERNAL double __complex__ catan(double __complex__ z);
16621662
extern SYCL_EXTERNAL float __complex__ catanhf(float __complex__ z);
16631663
extern SYCL_EXTERNAL double __complex__ catanh(double __complex__ z);
16641664
extern SYCL_EXTERNAL float __complex__ cpolarf(float rho, float theta);
1665-
extern SYCL_EXTERNAL double __complex__ cpolar(double rho,
1666-
double theta);
1665+
extern SYCL_EXTERNAL double __complex__ cpolar(double rho, double theta);
16671666
extern SYCL_EXTERNAL float __complex__ __mulsc3(float a, float b, float c,
16681667
float d);
16691668
extern SYCL_EXTERNAL double __complex__ __muldc3(double a, double b, double c,

0 commit comments

Comments
 (0)