ecore_drm2: Minor formatting fix

This commit is contained in:
Christopher Michael 2022-11-15 06:00:38 -05:00
parent 0435a37a7e
commit 9d668bd8b4
1 changed files with 2 additions and 1 deletions

View File

@ -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;