fixed formatting

This commit is contained in:
Nikhil Talpallikar 2025-08-29 12:37:12 -07:00
parent 6df7127c23
commit b4aaab387e
2 changed files with 26 additions and 26 deletions

View File

@ -285,7 +285,7 @@ CUresult GET_DRIVER_HANDLE(CUDADRIVER* pInstance)
if (alias == NULL && required) { \ if (alias == NULL && required) { \
printf("Failed to find error function \"%s\" in %s\n", #name, __CudaLibName); \ printf("Failed to find error function \"%s\" in %s\n", #name, __CudaLibName); \
exit(EXIT_FAILURE); \ exit(EXIT_FAILURE); \
} \ }
#elif defined(__unix__) || defined(__QNX__) || defined(__APPLE__) || defined(__MACOSX) #elif defined(__unix__) || defined(__QNX__) || defined(__APPLE__) || defined(__MACOSX)