style fixes
This commit is contained in:
parent
7716bf31de
commit
0ba14ae720
@ -360,8 +360,10 @@ rc_status(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
l->value = p;
|
||||
/* we are unsetting RC_SVCNAME because last loaded service
|
||||
wount be added to list */
|
||||
/*
|
||||
* we are unsetting RC_SVCNAME because last loaded service will not
|
||||
* be added to the list
|
||||
*/
|
||||
unsetenv("RC_SVCNAME");
|
||||
print_level("Dynamic", "needed");
|
||||
print_services(NULL, nservices);
|
||||
|
@ -1115,7 +1115,7 @@ main(int argc, char **argv)
|
||||
|
||||
/* Wait for our services to finish */
|
||||
wait_for_services();
|
||||
|
||||
|
||||
/* Free the list of services, we're done with it. */
|
||||
rc_stringlist_free(run_services);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user