From: Chanwoo Choi Date: Fri, 30 Aug 2024 10:30:36 +0000 (+0900) Subject: plugin-api: update-control: Remove unneeded blank line from plugin inteface X-Git-Tag: accepted/tizen/unified/20240912.084743~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F316936%2F1;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git plugin-api: update-control: Remove unneeded blank line from plugin inteface Change-Id: I7eabce616d40681c98efacc7af826a24ed5d91d3 Signed-off-by: Chanwoo Choi --- diff --git a/src/plugin-api/update-control/include/system/syscommon-plugin-update-control-interface.h b/src/plugin-api/update-control/include/system/syscommon-plugin-update-control-interface.h index 16a7343..8306ce0 100644 --- a/src/plugin-api/update-control/include/system/syscommon-plugin-update-control-interface.h +++ b/src/plugin-api/update-control/include/system/syscommon-plugin-update-control-interface.h @@ -70,7 +70,6 @@ typedef struct _syscommon_plugin_backend_update_control_funcs { int (*update_control_make_reservation) (struct tm *); int (*update_control_cancel_reservation) (void); int (*update_control_get_property) (syscommon_update_control_property_e, void **); - } syscommon_plugin_backend_update_control_funcs; #ifdef __cplusplus