wl_desktop_shell: Formatting

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-28 14:37:08 -04:00
parent 784af9c097
commit d4f9ee417d
1 changed files with 2 additions and 2 deletions

View File

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