Cleanup: line breaks with comments

This commit is contained in:
2019-09-12 18:58:43 +10:00
parent 1e2f2f27e9
commit a22c2ceb0f
11 changed files with 90 additions and 86 deletions

View File

@@ -239,8 +239,8 @@ void WorkScheduler::initialize(bool use_opencl, int num_cpu_threads)
g_context = NULL;
g_program = NULL;
if (clewInit() !=
CLEW_SUCCESS) { /* this will check for errors and skip if already initialized */
/* This will check for errors and skip if already initialized. */
if (clewInit() != CLEW_SUCCESS) {
return;
}