devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d4f9ee417db46a553fcfddb019b5c59573414ed7
commit d4f9ee417db46a553fcfddb019b5c59573414ed7 Author: Chris Michael <[email protected]> Date: Tue Jul 28 14:37:08 2015 -0400 wl_desktop_shell: Formatting NB: No functional changes Signed-off-by: Chris Michael <[email protected]> --- src/modules/wl_desktop_shell/e_mod_main.c | 4 ++-- 1 file changed, 2 insertions(+), 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 44baac2..ba9eacd 100644 --- a/src/modules/wl_desktop_shell/e_mod_main.c +++ b/src/modules/wl_desktop_shell/e_mod_main.c @@ -1013,8 +1013,8 @@ _e_xdg_shell_surface_ping(struct wl_resource *resource) if (e_comp->wl_comp_data->shell_interface.xdg_shell) { - serial = wl_display_next_serial(e_comp->wl_comp_data->wl.disp); - xdg_shell_send_ping(e_comp->wl_comp_data->shell_interface.xdg_shell, serial); + serial = wl_display_next_serial(e_comp->wl_comp_data->wl.disp); + xdg_shell_send_ping(e_comp->wl_comp_data->shell_interface.xdg_shell, serial); } } --
