Skip to content

Commit

Permalink
Convert tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and timopollmeier committed Oct 12, 2023
1 parent 45708a1 commit a5a9999
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -7714,7 +7714,7 @@ gmp_xml_handle_start_element (/* unused */ GMarkupParseContext* context,
case CLIENT_LOGOUT:
logout_element_start (gmp_parser, element_name,
attribute_names, attribute_values);
break;
break;
case CLIENT_MODIFY_LICENSE:
modify_license_element_start (gmp_parser, element_name,
attribute_names, attribute_values);
Expand Down Expand Up @@ -21545,7 +21545,7 @@ gmp_xml_handle_end_element (/* unused */ GMarkupParseContext* context,
create_target_data->port_list_id,
create_target_data->port_range,
ssh_credential,
ssh_elevate_credential,
ssh_elevate_credential,
create_target_data->ssh_credential_id
? create_target_data->ssh_port
: create_target_data->ssh_lsc_port,
Expand Down
2 changes: 1 addition & 1 deletion src/gmp_license.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ modify_license_run (gmp_parser_t *gmp_parser,
"%s"), error_msg);
g_free (error_msg);
}
else
else
{
SENDF_TO_CLIENT_OR_FAIL
(XML_ERROR_SYNTAX ("modify_license",
Expand Down
4 changes: 2 additions & 2 deletions src/manage_sql_secinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ init_nvt_cert_bund_adv_iterator (iterator_t *iterator, const char *oid)
" WHERE cve_name IN (SELECT ref_id"
" FROM vt_refs"
" WHERE vt_oid = '%s'"
" AND type = 'cve'))"
" AND type = 'cve'))"
" ORDER BY name DESC;",
oid);
}
Expand Down Expand Up @@ -1205,7 +1205,7 @@ init_nvt_dfn_cert_adv_iterator (iterator_t *iterator, const char *oid)
" WHERE cve_name IN (SELECT ref_id"
" FROM vt_refs"
" WHERE vt_oid = '%s'"
" AND type = 'cve'))"
" AND type = 'cve'))"
" ORDER BY name DESC;",
oid);
}
Expand Down

0 comments on commit a5a9999

Please sign in to comment.