Skip to content

Commit 3f58fd9

Browse files
committed
Formatting fixes.
1 parent 329b436 commit 3f58fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cuda_wrap.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
do { \
4040
cudaDriverEntryPointQueryResult driverStatus = cudaDriverEntryPointSymbolNotFound; \
4141
CHECK_CUDA(cudaGetDriverEntryPointByVersion(#symbol, (void**)(&cuFnTable.pfn_##symbol), version, \
42-
cudaEnableDefault,&driverStatus)); \
42+
cudaEnableDefault, &driverStatus)); \
4343
if (driverStatus != cudaDriverEntryPointSuccess) { THROW_CUDA_ERROR("cudaGetDriverEntryPointByVersion failed."); } \
4444
} while (false)
4545
#elif CUDART_VERSION >= 12000

0 commit comments

Comments
 (0)