summaryrefslogtreecommitdiff
path: root/src/rc/rc-misc.c
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-01-17 08:28:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-01-17 08:28:43 +0000
commite6fc30da61f72aa4266dea8f131c0ca7c4a79f4d (patch)
tree8dd40ceb91cae0bc88c9771979aaa478f9619160 /src/rc/rc-misc.c
parent49339525a98b5f472c902144706a663f8a9903d1 (diff)
downloadopenrc-e6fc30da61f72aa4266dea8f131c0ca7c4a79f4d.tar.gz
openrc-e6fc30da61f72aa4266dea8f131c0ca7c4a79f4d.tar.bz2
openrc-e6fc30da61f72aa4266dea8f131c0ca7c4a79f4d.tar.xz
Clean up all trailing whitespace in src/.
Diffstat (limited to 'src/rc/rc-misc.c')
-rw-r--r--src/rc/rc-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 0239f9d..92be3b8 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -316,7 +316,7 @@ exec_service(const char *service, const char *arg)
fd = svc_lock(basename_c(service));
if (fd == -1)
return -1;
-
+
file = rc_service_resolve(service);
if (!exists(file)) {
rc_service_mark(service, RC_SERVICE_STOPPED);