mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 16:10:11 +01:00
filter: Fix coding style
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
5082eaf250
commit
b064b05829
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue