client: fix source code indentation from previous commit.

This commit is contained in:
Charlie Fenton 2015-09-28 03:08:00 -07:00
parent 5e984c0778
commit b8bd091a64
1 changed files with 1 additions and 1 deletions

View File

@ -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