summaryrefslogtreecommitdiff
path: root/sfeed_mbox.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-16 19:31:46 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-16 19:31:46 +0200
commit3946a701c0d409dd235f2bcb564b5701beb7d775 (patch)
tree1b9a3cc10ac6a269d81be4d543cd13201ae46949 /sfeed_mbox.c
parent42a1ceb58acc58ade796fa66eeed4bd8fd5901ec (diff)
code-style, wrap some lines, etc
Diffstat (limited to 'sfeed_mbox.c')
-rw-r--r--sfeed_mbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfeed_mbox.c b/sfeed_mbox.c
index 9c63d32..330c90c 100644
--- a/sfeed_mbox.c
+++ b/sfeed_mbox.c
@@ -101,7 +101,8 @@ printfeed(FILE *fp, const char *feedname)
if (!gmtime_r(&parsedtime, &tm) ||
!strftime(timebuf, sizeof(timebuf),
"%a, %d %b %Y %H:%M +0000", &tm))
- strlcpy(timebuf, "Thu, 01 Jan 1970 00:00 +0000", sizeof(timebuf));
+ strlcpy(timebuf, "Thu, 01 Jan 1970 00:00 +0000",
+ sizeof(timebuf));
/* mbox + mail header */
printf("From MAILER-DAEMON %s\n"