ecore-evas-wayland: Minor formatting fix

NB: No functional changes
This commit is contained in:
Christopher Michael 2019-10-22 10:04:01 -04:00
parent 038539176c
commit ea2b24b182
1 changed files with 2 additions and 4 deletions

View File

@ -33,10 +33,8 @@ ecore_evas_wayland_shm_new_internal(const char *disp_name, Ecore_Window parent,
{
LOGFN(__FILE__, __LINE__, __FUNCTION__);
return _ecore_evas_wl_common_new_internal(disp_name, parent,
x, y, w, h, frame,
NULL,
"wayland_shm");
return _ecore_evas_wl_common_new_internal(disp_name, parent, x, y, w, h,
frame, NULL, "wayland_shm");
}
#endif