From 9a364f3ad2056fba6260ab519e6efc13439ba2cb Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Apr 2020 16:02:21 +0200 Subject: Everything is fine --- src/jo_n_notify.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/jo_n_notify.c') diff --git a/src/jo_n_notify.c b/src/jo_n_notify.c index 7abb827..a92f2b2 100644 --- a/src/jo_n_notify.c +++ b/src/jo_n_notify.c @@ -13,12 +13,11 @@ #include void -jo_n_notify( - const char head[], - const char body[], - NotifyUrgency u, - int32_t t - ) +jo_n_notify +(const char head[], + const char body[], + NotifyUrgency u, + int32_t t) { NotifyNotification *n; -- cgit v1.2.3