(no commit message)
[prss.git] / src / main.c
index a89c5ad..64dfbe8 100644 (file)
@@ -293,7 +293,7 @@ static char *headline_get_date(struct headline *h)
        char date[200];
 
        tmp = localtime(&h->date);
-       
+
        if (h->unread)
                strftime(date, sizeof(date), "<b>%D</b>", tmp);
        else