aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 19:48:05 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 19:48:05 +0000
commit551ffdccea39a9223ad451954db40fd7a6e20e79 (patch)
tree0c5761879447442b166d3e7f4f414c1806a97852 /miscutils/crond.c
parentbd79c3d337304a96dcce4ae4f97b36143919af10 (diff)
downloadbusybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.tar.gz
busybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.tar.bz2
busybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.zip
more of pointless whitespace fixes
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index 2e158bcf0..804fe0b29 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -55,7 +55,7 @@ typedef struct CronLine {
55#if ENABLE_FEATURE_CROND_CALL_SENDMAIL 55#if ENABLE_FEATURE_CROND_CALL_SENDMAIL
56 int cl_MailPos; /* 'empty file' size */ 56 int cl_MailPos; /* 'empty file' size */
57 smallint cl_MailFlag; /* running pid is for mail */ 57 smallint cl_MailFlag; /* running pid is for mail */
58 char *cl_MailTo; /* whom to mail results */ 58 char *cl_MailTo; /* whom to mail results */
59#endif 59#endif
60 /* ordered by size, not in natural order. makes code smaller: */ 60 /* ordered by size, not in natural order. makes code smaller: */
61 char cl_Dow[7]; /* 0-6, beginning sunday */ 61 char cl_Dow[7]; /* 0-6, beginning sunday */