summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-09-19 19:49:44 +0200
committerPacho Ramos <pacho@gentoo.org>2020-09-19 19:49:56 +0200
commit81a5da4457c8ec15597a3818320d9d77d419c51a (patch)
tree2ef59d0c08063e20d86b05be7d65f18da05778aa /x11-misc/bumblebee
parentnet-misc/ssh-askpass-fullscreen: ver and EAPI bump (diff)
downloadgentoo-81a5da4457c8ec15597a3818320d9d77d419c51a.tar.gz
gentoo-81a5da4457c8ec15597a3818320d9d77d419c51a.tar.bz2
gentoo-81a5da4457c8ec15597a3818320d9d77d419c51a.zip
x11-misc/bumblebee: Fix indentation
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-misc/bumblebee')
-rw-r--r--x11-misc/bumblebee/files/bumblebee.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/bumblebee/files/bumblebee.initd b/x11-misc/bumblebee/files/bumblebee.initd
index 96ff058eb1a6..b9296538a80b 100644
--- a/x11-misc/bumblebee/files/bumblebee.initd
+++ b/x11-misc/bumblebee/files/bumblebee.initd
@@ -4,7 +4,7 @@
depend() {
need xdm
- want vgl
+ want vgl
}
PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}"