(no commit message)
[prss.git] / src / ttrss_model.c
index 93c9409..f08521a 100644 (file)
@@ -104,7 +104,7 @@ struct headline *headline_new(int id, const char *url, const char *title)
        h->unread = -1;
        h->excerpt = NULL;
        h->content = NULL;
-       
+
        return h;
 }