mirror of https://github.com/BOINC/boinc.git
client: fix source code indentation from previous commit.
This commit is contained in:
parent
5e984c0778
commit
b8bd091a64
|
@ -346,7 +346,7 @@ void COPROC_NVIDIA::get(
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
if (!retval) break;
|
if (!retval) break;
|
||||||
if (TickCount() > (120*60)) break; // Don't retry if system has been up for over 2 minutes
|
if (TickCount() > (120*60)) break; // Don't retry if system has been up for over 2 minutes
|
||||||
boinc_sleep(1.);
|
boinc_sleep(1.);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue