plugin-api: update-control: Remove unneeded blank line from plugin inteface 36/316936/1
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 30 Aug 2024 10:30:36 +0000 (19:30 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 30 Aug 2024 10:30:36 +0000 (19:30 +0900)
Change-Id: I7eabce616d40681c98efacc7af826a24ed5d91d3
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/plugin-api/update-control/include/system/syscommon-plugin-update-control-interface.h

index 16a7343ab7af7030bbf588f1996ce202c0b781ed..8306ce098a3eeb24a71f3744072550a66f5fc6b2 100644 (file)
@@ -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