Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam authored and timopollmeier committed May 7, 2024
1 parent de3e97d commit 385fa39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -30931,11 +30931,11 @@ check_osp_result_exists (report_t report, task_t task,
}

if (return_value)
{
g_debug ("Captured duplicate result, report: %llu hash_value: %s",
report, *entity_hash_value);
g_debug ("Entity string: %s", entity_string->str);
}
{
g_debug ("Captured duplicate result, report: %llu hash_value: %s",
report, *entity_hash_value);
g_debug ("Entity string: %s", entity_string->str);
}
g_string_free(entity_string, TRUE);
return return_value;
}
Expand Down

0 comments on commit 385fa39

Please sign in to comment.