From bbddc1e584dd01b60042f622f8cecfc69361020b Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 27 Jul 2016 17:44:27 +0200 Subject: fix unexpected ending spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie7ebccb02b42e91457df3bdbf2a6f037b248400e Signed-off-by: José Bollo --- include/afb/afb-event-itf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb/afb-event-itf.h') diff --git a/include/afb/afb-event-itf.h b/include/afb/afb-event-itf.h index 4c9ad473..e31f22c1 100644 --- a/include/afb/afb-event-itf.h +++ b/include/afb/afb-event-itf.h @@ -25,7 +25,7 @@ struct json_object; * It records the functions to be called for the request. * Don't use this structure directly. * Use the helper functions documented below. - */ + */ struct afb_event_itf { /* CAUTION: respect the order, add at the end */ -- cgit 1.2.3-korg