diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 08:28:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 08:28:43 +0000 |
commit | e6fc30da61f72aa4266dea8f131c0ca7c4a79f4d (patch) | |
tree | 8dd40ceb91cae0bc88c9771979aaa478f9619160 /src/rc/rc-applets.c | |
parent | 49339525a98b5f472c902144706a663f8a9903d1 (diff) |
Clean up all trailing whitespace in src/.
Diffstat (limited to 'src/rc/rc-applets.c')
-rw-r--r-- | src/rc/rc-applets.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c index 11bc2d50..ba2815d7 100644 --- a/src/rc/rc-applets.c +++ b/src/rc/rc-applets.c @@ -298,7 +298,7 @@ do_service(int argc, char **argv) } } ok = rc_service_started_daemon(service, exec, NULL, idx); - + } else if (strcmp(applet, "service_crashed") == 0) { ok = (_rc_can_find_pids() && rc_service_daemons_crashed(service) && @@ -476,7 +476,7 @@ run_applets(int argc, char **argv) exit(EXIT_FAILURE); } exit(EXIT_SUCCESS); - }; + }; if (applet[0] == 'e' || (applet[0] == 'v' && applet[1] == 'e')) exit(do_e(argc, argv)); |