Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Dec 19, 2023
1 parent 29fc62f commit fea1196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4299,13 +4299,14 @@ get_alerts (gvm_connection_t *connection, credentials_t *, params_t *,
#define EVENT_TYPE_TICKET_RECEIVED "Ticket received"
#define EVENT_TYPE_ASSIGNED_TICKET_CHANGED "Assigned ticket changed"
#define EVENT_TYPE_OWNED_TICKET_CHANGED "Owned ticket changed"

/**
* @brief Send event data for an alert.
*
* @param[in] xml XML.
* @param[out] data Data.
* @param[out] event Event.
*/
*/
static void
append_alert_event_data (GString *xml, params_t *data, const char *event)
{
Expand Down

0 comments on commit fea1196

Please sign in to comment.