doc/user: some whitespace fixes
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 3 Feb 2021 04:15:22 +0000 (14:15 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 3 Feb 2021 07:09:09 +0000 (17:09 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/user/contributing.rst

index b7b38071ea7c48cb194450de003f5fe86cea898e..3d44a07ee34ff154b828d52b1ddc3414511c1f0f 100644 (file)
@@ -50,7 +50,7 @@ If you don't already know what you want to improve or fix with libinput,
 then a good way of finding something is to search for the ``help needed``
 tag in our `issue tracker <https://gitlab.freedesktop.org/libinput/libinput/issues?label_name%5B%5D=help+needed>`_.
 These are issues that have been triaged to some degree and deemed to be a
-possible future feature to libinput. 
+possible future feature to libinput.
 
 .. note:: Some of these issue may require specific hardware to reproduce.
 
@@ -79,11 +79,11 @@ You can omit the last step if you only want to test locally.
 Working on the code
 ------------------------------------------------------------------------------
 
-libinput has a roughly three-parts architecture: 
+libinput has a roughly three-parts architecture:
 
 -  the front-end code which handles the ``libinput_some_function()`` API calls in ``libinput.c``
 -  the generic evdev interface handling which maps those API calls to the
-   backend calls (``evdev.c``). 
+   backend calls (``evdev.c``).
 - there are device-specific backends which do most of the actual work -
   ``evdev-mt-touchpad.c`` is the one for touchpads for example.