indentation

svn path=/trunk/boinc/; revision=1437
This commit is contained in:
David Anderson 2003-06-14 20:03:12 +00:00
parent e3fc64bbd3
commit 4decb0f33f
1 changed files with 5 additions and 4 deletions

View File

@ -57,10 +57,11 @@ int check_set(vector<RESULT>& results, int& canonicalid, double& credit) {
for (i=0; i<n; i++) {
retval = get_output_file_path(results[i], path);
if (retval) {
log_messages.printf(SchedMessages::CRITICAL,
"check_set: can't get output filename for %s\n",
results[i].name
);
log_messages.printf(
SchedMessages::CRITICAL,
"check_set: can't get output filename for %s\n",
results[i].name
);
return retval;
}
retval = read_file_malloc(path, files[i]);