Skip to content

Commit d4f0faf

Browse files
jhelmoldbjoernricks
authored andcommitted
Amended some formatting.
1 parent 078a416 commit d4f0faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gsad_gmp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,8 +2312,8 @@ create_task_gmp (gvm_connection_t *connection, credentials_t *credentials,
23122312
"<alterable>%i</alterable>"
23132313
"<usage_type>%s</usage_type>"
23142314
"</create_task>",
2315-
config_id, schedule_periods, target_id, scanner_id, name,
2316-
comment, max_checks, max_hosts, strcmp (in_assets, "0") ? "yes" : "no",
2315+
config_id, schedule_periods, target_id, scanner_id, name, comment,
2316+
max_checks, max_hosts, strcmp (in_assets, "0") ? "yes" : "no",
23172317
strcmp (apply_overrides, "0") ? "yes" : "no", min_qod, auto_delete,
23182318
auto_delete_data,
23192319
cs_allow_failed_retrieval ? strcmp (cs_allow_failed_retrieval, "0") : 0,

0 commit comments

Comments
 (0)