From a5b0e7470ad6fceb5656c6a2b545e240b0c9feeb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelsalam Date: Fri, 3 Nov 2023 14:23:49 +0100 Subject: [PATCH] Fix indentation --- src/manage_sql.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/manage_sql.c b/src/manage_sql.c index 3d63fe7c2..a3cda0615 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -26968,12 +26968,12 @@ print_report_host_tls_certificates_xml (report_host_t report_host, return -1; init_iterator (&tls_certs, - "SELECT rhd.value, rhd.name, rhd.source_name" - " FROM report_host_details AS rhd" - " WHERE rhd.report_host = %llu" - " AND (source_description = 'SSL/TLS Certificate'" - " OR source_description = 'SSL Certificate')", - report_host); + "SELECT rhd.value, rhd.name, rhd.source_name" + " FROM report_host_details AS rhd" + " WHERE rhd.report_host = %llu" + " AND (source_description = 'SSL/TLS Certificate'" + " OR source_description = 'SSL Certificate')", + report_host); while (next (&tls_certs)) { @@ -27096,12 +27096,12 @@ print_report_host_tls_certificates_xml (report_host_t report_host, free (hostname); init_iterator (&ports, - "SELECT value FROM report_host_details" - " WHERE report_host = %llu" - " AND name = 'SSLInfo'" - " AND value LIKE '%%:%%:%s'", - report_host, - quoted_scanner_fpr); + "SELECT value FROM report_host_details" + " WHERE report_host = %llu" + " AND name = 'SSLInfo'" + " AND value LIKE '%%:%%:%s'", + report_host, + quoted_scanner_fpr); PRINT (stream, "");