From b064b0582949db4ae9e020cec4ffae3c08c57101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sat, 24 May 2014 22:00:46 +0200 Subject: [PATCH] filter: Fix coding style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- src/filter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/filter.c b/src/filter.c index 2b1a6755..2c23da16 100644 --- a/src/filter.c +++ b/src/filter.c @@ -103,8 +103,7 @@ get_direction(int dx, int dy) dir = SE | S | SW; else if (dy < 0) dir = NE | N | NW; - } - else { + } else { /* Calculate r within the interval [0 to 8) * * r = [0 .. 2π] where 0 is North