Remove trailing spaces

This commit is contained in:
Benedikt Heine 2018-10-10 11:52:35 +02:00
parent c0e2a2a7e3
commit 750e05f03b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ These program calls might help:
While the notification gets sent: While the notification gets sent:
`dbus-monitor path=/org/freedesktop/Notifications` `dbus-monitor path=/org/freedesktop/Notifications`
If dunst segfaults (please install the debug symbols or install dunst manually again): If dunst segfaults (please install the debug symbols or install dunst manually again):
`gdb -ex run dunst -ex bt` `gdb -ex run dunst -ex bt`
* ISSUE DESCRIPTION GOES BELOW THIS LINE * --> * ISSUE DESCRIPTION GOES BELOW THIS LINE * -->

View File

@ -10,7 +10,7 @@ endif
ifeq (,${SYSTEMD}) ifeq (,${SYSTEMD})
# Check for systemctl to avoid discrepancies on systems, where # Check for systemctl to avoid discrepancies on systems, where
# systemd is installed, but systemd.pc is in another package # systemd is installed, but systemd.pc is in another package
systemctl := $(shell command -v systemctl >/dev/null && echo systemctl) systemctl := $(shell command -v systemctl >/dev/null && echo systemctl)
ifeq (systemctl,${systemctl}) ifeq (systemctl,${systemctl})
SYSTEMD := 1 SYSTEMD := 1