From 455f86cd174bd9ea2ee23f9fde73499120f599e2 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Fri, 30 Aug 2024 19:30:36 +0900 Subject: [PATCH] plugin-api: update-control: Remove unneeded blank line from plugin inteface Change-Id: I7eabce616d40681c98efacc7af826a24ed5d91d3 Signed-off-by: Chanwoo Choi --- .../include/system/syscommon-plugin-update-control-interface.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1