summaryrefslogtreecommitdiff
path: root/src/rc/rc-logger.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-logger.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-logger.c')
-rw-r--r--src/rc/rc-logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index 4734989..e45c327 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -172,7 +172,7 @@ rc_logger_open(const char *level)
ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws);
if (openpty(&rc_logger_tty, &slave_tty, NULL, &tt, &ws))
return;
- } else
+ } else
if (openpty(&rc_logger_tty, &slave_tty, NULL, NULL, NULL))
return;