mirror of https://github.com/BOINC/boinc.git
client: fix spaces in source code.
This commit is contained in:
parent
408003dd71
commit
6790085415
|
@ -202,7 +202,7 @@ void COPROCS::correlate_gpus(
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
if ((nvidia_gpus[i].cuda_version >= 6050) &&
|
if ((nvidia_gpus[i].cuda_version >= 6050) &&
|
||||||
nvidia_gpus[i].prop.major < 2) {
|
nvidia_gpus[i].prop.major < 2) {
|
||||||
// This will be called only if CUDA recognized and reported the GPU
|
// This will be called only if CUDA recognized and reported the GPU
|
||||||
msg_printf(NULL, MSG_USER_ALERT, "NVIDIA GPU %d: %s %s",
|
msg_printf(NULL, MSG_USER_ALERT, "NVIDIA GPU %d: %s %s",
|
||||||
|
|
Loading…
Reference in New Issue