Skip to content

Commit 4553fbb

Browse files
committed
[DFT] Use matching styles for a preprocessor macro
1 parent 1d3fd80 commit 4553fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dft/execute_helper_generic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace oneapi::math::dft::detail {
3939
*/
4040
template <typename HandlerT, typename FnT>
4141
static inline void fft_enqueue_task(HandlerT&& cgh, FnT&& f) {
42-
#ifdef __ADAPTIVECPP__
42+
#if defined(__ADAPTIVECPP__)
4343
cgh.AdaptiveCpp_enqueue_custom_operation([=](sycl::interop_handle ih) {
4444
#elif defined(SYCL_EXT_ONEAPI_ENQUEUE_NATIVE_COMMAND)
4545
cgh.ext_codeplay_enqueue_native_command([=](sycl::interop_handle ih) {

0 commit comments

Comments
 (0)