From bd6c8840206cc9a378a82035914ce48df5fd2534 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 28 Jun 2010 11:31:51 +0000 Subject: Fix up confusing formatting svn path=/trunk/netsurf/; revision=10586 --- desktop/tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/tree.c b/desktop/tree.c index ee0cfc3da..295bef195 100644 --- a/desktop/tree.c +++ b/desktop/tree.c @@ -606,11 +606,11 @@ void tree_handle_selection_area(struct tree *tree, int x, int y, int width, int if (width < 0) { x += width; - width =- width; + width = -width; } if (height < 0) { y += height; - height =- height; + height = -height; } tree_handle_selection_area_node(tree, tree->root->child, x, y, width, height, invert); -- cgit v1.2.3