From 56cdcc7f886e9a4889f8f692c7863190705d9452 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Feb 2015 20:21:26 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5582 a436a847-0d15-0410-975c-d299462d15a1 --- src/fdgl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fdgl.hpp') diff --git a/src/fdgl.hpp b/src/fdgl.hpp index 224824b..a8083f3 100644 --- a/src/fdgl.hpp +++ b/src/fdgl.hpp @@ -104,8 +104,8 @@ rect_distance(Vector* vec, vec->y = 0.0; if (ax2 <= bx1) { // A is completely to the left of B - vec->x = ax2 - bx1; - if (ay2 <= by1) { // Top Left + vec->x = ax2 - bx1; + if (ay2 <= by1) { // Top Left const double dx = bx1 - ax2; const double dy = by1 - ay2; vec->y = ay2 - by1; -- cgit v1.2.1