aboutsummaryrefslogtreecommitdiff
path: root/rootston/xdg_shell_v6.c
diff options
context:
space:
mode:
authorVincent Vanlaer <vincent.vanlaer@skynet.be>2018-02-07 20:26:30 +0100
committerVincent Vanlaer <vincent.vanlaer@skynet.be>2018-02-07 20:26:30 +0100
commit712665b83b83871c52144ea36fe9469ad06b5107 (patch)
tree533175196bb9d58122d6ce7dd37b239f6196e1eb /rootston/xdg_shell_v6.c
parent099c80e7d6b27ad122d15e96a02816039157d3f7 (diff)
Fix style error
Diffstat (limited to 'rootston/xdg_shell_v6.c')
-rw-r--r--rootston/xdg_shell_v6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/xdg_shell_v6.c b/rootston/xdg_shell_v6.c
index 41353199..884d0d05 100644
--- a/rootston/xdg_shell_v6.c
+++ b/rootston/xdg_shell_v6.c
@@ -101,7 +101,7 @@ static void move_resize(struct roots_view *view, double x, double y,
constrained_height);
if (serial > 0) {
roots_surface->pending_move_resize_configure_serial = serial;
- } else if(roots_surface->pending_move_resize_configure_serial == 0) {
+ } else if (roots_surface->pending_move_resize_configure_serial == 0) {
view->x = x;
view->y = y;
}