evas-wayland-shm: Fix formatting

Make this line readable in 80 columns

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-10-26 14:23:23 -04:00
parent 1ed8e4c84e
commit 0a25543ed5
1 changed files with 3 additions and 1 deletions

View File

@ -304,7 +304,9 @@ module_open(Evas_Module *em)
if (!em) return 0;
/* try to get functions from whatever engine module we inherit from */
if (!_evas_module_engine_inherit(&pfunc, "software_generic", sizeof (Evas_Engine_Info_Wayland))) return 0;
if (!_evas_module_engine_inherit(&pfunc, "software_generic",
sizeof(Evas_Engine_Info_Wayland)))
return 0;
/* try to create our logging domain */
_evas_engine_way_shm_log_dom =