This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit fb55e9cc4a1e31f1b9ec2941633357d442049e5f
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Tue Nov 15 06:00:38 2022 -0500
ecore_drm2: Minor formatting fix
---
src/lib/ecore_drm2/ecore_drm2_planes.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/lib/ecore_drm2/ecore_drm2_planes.c b/src/lib/ecore_drm2/ecore_drm2_planes.c
index a4a6ec900f..ee5f0672ed 100644
--- a/src/lib/ecore_drm2/ecore_drm2_planes.c
+++ b/src/lib/ecore_drm2/ecore_drm2_planes.c
@@ -8,7 +8,8 @@ typedef struct
Ecore_Drm2_Thread_Op_Code code;
} Thread_Msg;
-static void _ecore_drm2_plane_state_thread_send(Ecore_Drm2_Thread_Op_Code code)
+static void
+_ecore_drm2_plane_state_thread_send(Ecore_Drm2_Thread_Op_Code code)
{
Thread_Msg *msg;
void *ref;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.