summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-01 00:25:46 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-01 00:25:46 +0200
commitb4f56922b54001f1293b002ec01df6c8b0beb117 (patch)
tree49a8e455df71e3c7bd26d4d0f7fb6176479d61da /sfeed_html.c
parentbc659088cf6d711db8bd1c40deb9d403f855cf14 (diff)
whitespace fixes
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed_html.c')
-rw-r--r--sfeed_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.c b/sfeed_html.c
index ae8011a..f1a979d 100644
--- a/sfeed_html.c
+++ b/sfeed_html.c
@@ -78,7 +78,7 @@ main(void) {
if(!(feedcurrent->name = strdup(fields[FieldFeedName])))
die("can't allocate enough memory");
-
+
/*
feedcurrent->totalnew = 0;
feedcurrent->total = 0;