summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2024-08-30 19:30:36 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2024-08-30 19:30:36 +0900
commit455f86cd174bd9ea2ee23f9fde73499120f599e2 (patch)
tree3818985b4bf6841d9db49b688e6d21ba2470f888
parent40ebf3e5132bd6dbc3d70b874e4d56dd8c0fda16 (diff)
downloadlibsyscommon-455f86cd174bd9ea2ee23f9fde73499120f599e2.tar.gz
libsyscommon-455f86cd174bd9ea2ee23f9fde73499120f599e2.tar.bz2
libsyscommon-455f86cd174bd9ea2ee23f9fde73499120f599e2.zip
plugin-api: update-control: Remove unneeded blank line from plugin inteface
Change-Id: I7eabce616d40681c98efacc7af826a24ed5d91d3 Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r--src/plugin-api/update-control/include/system/syscommon-plugin-update-control-interface.h1
1 files changed, 0 insertions, 1 deletions
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