devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=9ad13e4fcc0f9610488d5cfb5e54bccc65ca3bf9
commit 9ad13e4fcc0f9610488d5cfb5e54bccc65ca3bf9 Author: Chris Michael <[email protected]> Date: Wed Oct 29 10:35:24 2014 -0400 wl_desktop_shell: Fix formatting Signed-off-by: Chris Michael <[email protected]> --- src/modules/wl_desktop_shell/e_mod_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/wl_desktop_shell/e_mod_main.c b/src/modules/wl_desktop_shell/e_mod_main.c index 04a710c..fc6baae 100644 --- a/src/modules/wl_desktop_shell/e_mod_main.c +++ b/src/modules/wl_desktop_shell/e_mod_main.c @@ -1094,8 +1094,7 @@ _e_xdg_shell_surface_ping(struct wl_resource *resource) serial = wl_display_next_serial(ec->comp->wl_comp_data->wl.disp); if (ec->comp->wl_comp_data->shell_interface.xdg_shell) - xdg_shell_send_ping(ec->comp->wl_comp_data->shell_interface.xdg_shell, serial); - + xdg_shell_send_ping(ec->comp->wl_comp_data->shell_interface.xdg_shell, serial); } static void --
