Skip to content

Commit e50cbfe

Browse files
committed
format to pass lint.
Signed-off-by: JackAKirk <[email protected]>
1 parent 3290d4e commit e50cbfe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sycl/include/sycl/builtins.hpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,14 @@ inline __SYCL_ALWAYS_INLINE
189189
return res; \
190190
}
191191

192-
__SYCL_MATH_FUNCTION_3_OVERLOAD(mad)
193-
__SYCL_MATH_FUNCTION_3_OVERLOAD(mix)
194-
__SYCL_MATH_FUNCTION_3_OVERLOAD(fma)
192+
__SYCL_MATH_FUNCTION_3_OVERLOAD(mad) __SYCL_MATH_FUNCTION_3_OVERLOAD(mix)
193+
__SYCL_MATH_FUNCTION_3_OVERLOAD(fma)
195194

196195
#undef __SYCL_MATH_FUNCTION_3_OVERLOAD
197196

198-
// svgenfloat acos (svgenfloat x)
199-
template <typename T>
200-
detail::enable_if_t<detail::is_svgenfloat<T>::value, T> acos(T x) __NOEXC {
197+
// svgenfloat acos (svgenfloat x)
198+
template <typename T>
199+
detail::enable_if_t<detail::is_svgenfloat<T>::value, T> acos(T x) __NOEXC {
201200
return __sycl_std::__invoke_acos<T>(x);
202201
}
203202

0 commit comments

Comments
 (0)