From 1c3dc4a4cbd03d1079997434d14508117db8144b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelsalam Date: Tue, 7 May 2024 10:07:55 +0200 Subject: [PATCH] Fix indentation. --- src/manage_sql.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/manage_sql.c b/src/manage_sql.c index cec351498..152d5f9be 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -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; }