From 3cdd7f552d2d7b816901851a10aa61b65b365934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Feb 2022 09:13:21 +0800 Subject: Put commas at the end --- ticket.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ticket.c b/ticket.c index c40fe7f..d0bcbaf 100644 --- a/ticket.c +++ b/ticket.c @@ -8,20 +8,20 @@ typedef struct rtclient_ticket_history_list history_list; typedef struct rtclient_ticket_history_attachment history_attachment; typedef struct rtclient_ticket_history_attachment_list attachment_list; -void rtclient_ticket_new(const char *queue - , const char *requestor - , const char *subject - , const char *cc - , const char *admin_cc - , const char *owner - , const char *status - , const char *priority - , const char *initial_priority - , const char *final_priority - , const char *time_estimated - , const char *starts - , const char *due - , const char *text) +void rtclient_ticket_new(const char *queue, + const char *requestor, + const char *subject, + const char *cc, + const char *admin_cc, + const char *owner, + const char *status, + const char *priority, + const char *initial_priority, + const char *final_priority, + const char *time_estimated, + const char *starts, + const char *due, + const char *text) { post("REST/1.0/ticket/new", (const char *[]){ "ticket/new", "id" -- cgit v1.2.3