From 750e05f03bdac49b50065ec152e5e3a11a7cddfe Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Wed, 10 Oct 2018 11:52:35 +0200 Subject: [PATCH] Remove trailing spaces --- .github/ISSUE_TEMPLATE.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ea22ec0..ba4066f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,7 +7,7 @@ These program calls might help: While the notification gets sent: `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` * ISSUE DESCRIPTION GOES BELOW THIS LINE * --> diff --git a/Makefile b/Makefile index 3edd1e7..21d9306 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif ifeq (,${SYSTEMD}) # 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) ifeq (systemctl,${systemctl}) SYSTEMD := 1