Skip to content

Commit fe98015

Browse files
committed
Please consider the following formatting changes
1 parent 9924114 commit fe98015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ int32_t GPUReconstructionCUDA::InitDevice_Runtime()
156156
}
157157
if (GPUChkErrI(cudaGetDeviceProperties(&deviceProp, i)) ||
158158
GPUChkErrI(cudaDeviceGetAttribute(&deviceMemoryClockRate, cudaDevAttrMemoryClockRate, i)) ||
159-
GPUChkErrI(cudaDeviceGetAttribute(&deviceClockRate, cudaDevAttrClockRate, i))) {
159+
GPUChkErrI(cudaDeviceGetAttribute(&deviceClockRate, cudaDevAttrClockRate, i))) {
160160
continue;
161161
}
162162
if (GetProcessingSettings().debugLevel >= 4) {

0 commit comments

Comments
 (0)