summaryrefslogtreecommitdiffstats
path: root/src/fdgl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-17 20:21:26 +0000
committerDavid Robillard <d@drobilla.net>2015-02-17 20:21:26 +0000
commit56cdcc7f886e9a4889f8f692c7863190705d9452 (patch)
treecbbd37992f1692410e13e44fb14fbcc436549e91 /src/fdgl.hpp
parentfd84402de98a7a941e0eba0d5da76b042eac1ded (diff)
downloadganv-56cdcc7f886e9a4889f8f692c7863190705d9452.tar.gz
ganv-56cdcc7f886e9a4889f8f692c7863190705d9452.tar.bz2
ganv-56cdcc7f886e9a4889f8f692c7863190705d9452.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/fdgl.hpp')
-rw-r--r--src/fdgl.hpp4
1 files changed, 2 insertions, 2 deletions
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;