From 5867ddc0381bb32ca4efb33c6ec39b4c0260daf9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 15 Dec 2013 20:43:56 +0000 Subject: Minor formatting change --- amiga/tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/amiga/tree.c b/amiga/tree.c index a145277fc..42eae4fa6 100644 --- a/amiga/tree.c +++ b/amiga/tree.c @@ -822,8 +822,7 @@ BOOL ami_tree_event(struct treeview_window *twin) ((twin->win->MouseY - (bbox->Top + bbox->Height)) < AMI_DRAG_THRESHOLD)) drag_y_move = twin->win->MouseY - (bbox->Top + bbox->Height); - tree_mouse_action(twin->tree, - twin->mouse_state | twin->key_state, x, y); + tree_mouse_action(twin->tree, twin->mouse_state | twin->key_state, x, y); } if((x >= xs) && (y >= ys) && (x < bbox->Width + xs) && -- cgit v1.2.3