summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-06 15:51:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-04-06 15:51:35 +1000
commitb8d3c29f59c15f375911192f9920c96943504bf3 (patch)
tree9221728648f8de55bbfb429174372acbf6f4c6a3
parent2bbc4727a12471e3699e2803404a013656066a94 (diff)
downloadxorg-driver-xf86-input-libinput-b8d3c29f59c15f375911192f9920c96943504bf3.tar.gz
Remove trailing whitespaces
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitignore4
-rw-r--r--configure.ac2
-rw-r--r--man/Makefile.am2
-rw-r--r--man/libinput.man4
4 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index ed6b759..44d48e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,11 +71,11 @@ core
*.tar.bz2
*.tar.gz
#
-# Add & Override patterns for xf86-input-libinput
+# Add & Override patterns for xf86-input-libinput
#
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
-#
+#
*.log
*.trs
*.swp
diff --git a/configure.ac b/configure.ac
index 3729591..a3e84e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_DISABLE_STATIC
LT_INIT
# Initialize X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
-m4_ifndef([XORG_MACROS_VERSION],
+m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
diff --git a/man/Makefile.am b/man/Makefile.am
index 0a7311e..8e4bb60 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -18,7 +18,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
-#
+#
drivermandir = $(DRIVER_MAN_DIR)
diff --git a/man/libinput.man b/man/libinput.man
index 22b42c8..c9fec4e 100644
--- a/man/libinput.man
+++ b/man/libinput.man
@@ -143,10 +143,10 @@ and the button is logically down, x/y axis movement is converted into
scroll events.
.TP 7
.BI "Option \*qScrollButtonLock\*q \*q" bool \*q
-Enables or disables the scroll button lock. If enabled, the
+Enables or disables the scroll button lock. If enabled, the
.BI ScrollButton
is considered logically down after the first click and remains down until
-the second click of that button. If disabled (the default), the
+the second click of that button. If disabled (the default), the
.BI ScrollButton
button is considered logically down while held down and up once physically
released.