Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Dec 7, 2023
1 parent b2ae7a5 commit 62cae50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16483,17 +16483,16 @@ get_license_gmp (gvm_connection_t *connection, credentials_t *credentials,
* @return Enveloped XML object.
*/
char *
get_resource_names_gmp (gvm_connection_t *connection,
credentials_t *credentials,
params_t *params,
get_resource_names_gmp (gvm_connection_t *connection,
credentials_t *credentials, params_t *params,
cmd_response_data_t *response_data)
{
const gchar *type;
gmp_arguments_t *arguments;

type = params_value (params, "resource_type");

CHECK_VARIABLE_INVALID(type, "Get Resource Names");
CHECK_VARIABLE_INVALID (type, "Get Resource Names");

arguments = gmp_arguments_new ();

Expand Down
2 changes: 1 addition & 1 deletion src/gsad_gmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ get_permissions_gmp (gvm_connection_t *, credentials_t *, params_t *,
cmd_response_data_t *);
char *
get_resource_names_gmp (gvm_connection_t *, credentials_t *, params_t *,
cmd_response_data_t *);
cmd_response_data_t *);
char *
save_permission_gmp (gvm_connection_t *, credentials_t *, params_t *,
cmd_response_data_t *);
Expand Down

0 comments on commit 62cae50

Please sign in to comment.