This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit ea64d7e7f175abd287e1b2934354eb95542001b5
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Oct 29 09:19:10 2024 +0000

    ecore evas - fix formatting
---
 src/lib/ecore_evas/ecore_evas.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c
index 0a2b615240..9ca7a581b1 100644
--- a/src/lib/ecore_evas/ecore_evas.c
+++ b/src/lib/ecore_evas/ecore_evas.c
@@ -5690,7 +5690,8 @@ ecore_evas_drag_start(Ecore_Evas *ee, unsigned int seat, Eina_Content *content,
 }
 
 EAPI void
-ecore_evas_drag_offset_set(Ecore_Evas *ee, unsigned int seat, Eina_Size2D offset) {
+ecore_evas_drag_offset_set(Ecore_Evas *ee, unsigned int seat, Eina_Size2D offset)
+{
    Ecore_Evas_Selection_Seat_Buffers *buffers;
 
    EINA_SAFETY_ON_NULL_RETURN(ee);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to