We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cb455 commit 1ea494eCopy full SHA for 1ea494e
1 file changed
c10/cuda/CUDAException.cpp
@@ -25,7 +25,7 @@ void c10_cuda_check_implementation(
25
}
26
27
auto error_unused C10_UNUSED = cudaGetLastError();
28
- (void) error_unused;
+ (void)error_unused;
29
30
std::string check_message;
31
#ifndef STRIP_ERROR_MESSAGES
0 commit comments