Skip to content

Commit

Permalink
fix format 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Oct 8, 2020
1 parent c043d3e commit 143c951
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion base/hosts.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ gvm_host_get_addr6 (const gvm_host_t *, struct in6_addr *);
void
gvm_host_add_reverse_lookup (gvm_host_t *);

void gvm_host_free (gpointer);
void
gvm_host_free (gpointer);

/* Miscellaneous functions */

Expand Down
6 changes: 4 additions & 2 deletions boreas/boreas_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ put_host_on_queue (kb_t, char *);
void
put_finish_signal_on_queue (void *);

void realloc_finish_signal_on_queue (kb_t);
void
realloc_finish_signal_on_queue (kb_t);

int finish_signal_on_queue (kb_t);
int
finish_signal_on_queue (kb_t);

void
send_dead_hosts_to_ospd_openvas (int);
Expand Down

0 comments on commit 143c951

Please sign in to comment.