diff options
Diffstat (limited to 'include/afb')
-rw-r--r-- | include/afb/afb-event-itf.h | 2 | ||||
-rw-r--r-- | include/afb/afb-req-itf.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 */ diff --git a/include/afb/afb-req-itf.h b/include/afb/afb-req-itf.h index 740b3ac0..bc4b618c 100644 --- a/include/afb/afb-req-itf.h +++ b/include/afb/afb-req-itf.h @@ -46,7 +46,7 @@ struct afb_arg { * It records the functions to be called for the request. * Don't use this structure directly. * Use the helper functions documented below. - */ + */ struct afb_req_itf { /* CAUTION: respect the order, add at the end */ |