Merge pull request #86 from nyorain/master

Fix style issues
This commit is contained in:
Drew DeVault 2017-08-15 07:18:22 -04:00 committed by GitHub
commit d2e796edb7
14 changed files with 24 additions and 22 deletions

View file

@ -162,7 +162,7 @@ static struct wlr_output_impl output_impl = {
.move_cursor = wlr_wl_output_move_cursor
};
void handle_ping(void* data, struct wl_shell_surface* ssurface, uint32_t serial) {
void handle_ping(void *data, struct wl_shell_surface *ssurface, uint32_t serial) {
struct wlr_wl_backend_output *output = data;
assert(output && output->shell_surface == ssurface);
wl_shell_surface_pong(ssurface, serial);