Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
s-Nick committed Sep 9, 2024
1 parent 5939dbf commit 3a9ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/function_table_initializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class table_initializer {
}

private:
#if defined(ENABLE_PORTBLAS_BACKEND) || defined (ENABLE_PORTFFT_BACKEND)
#if defined(ENABLE_PORTBLAS_BACKEND) || defined(ENABLE_PORTFFT_BACKEND)
static constexpr bool is_generic_device_supported = true;
#else
static constexpr bool is_generic_device_supported = false;
Expand Down

0 comments on commit 3a9ffbd

Please sign in to comment.